Ignore:
Timestamp:
Jun 27, 2006, 10:39:15 PM (18 years ago)
Author:
rub
Message:

Resolved Issue ID 0000442:

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


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/notification_by_mail.php

    r1232 r1408  
    216216    $is_action_send = ($action == 'send');
    217217
    218     if (isset($customize_mail_content))
     218    if (!isset($customize_mail_content))
    219219    {
    220220      $customize_mail_content = $conf['nbm_complementary_mail_content'];
Note: See TracChangeset for help on using the changeset viewer.