Resolved Issue ID 0000442:

o customize mail content is not used (only default value)
 

git-svn-id: http://piwigo.org/svn/trunk@1408 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub 2006-06-27 20:39:15 +00:00
commit 98f8edab44

View file

@ -215,7 +215,7 @@ function do_action_send_mail_notification($action = 'list_to_send', $check_key_l
$is_action_send = ($action == 'send');
if (isset($customize_mail_content))
if (!isset($customize_mail_content))
{
$customize_mail_content = $conf['nbm_complementary_mail_content'];
}