Changeset 1409


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

Resolved Issue ID 0000442:

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

Merge BSF r1407:1408 into branch-1_6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/admin/notification_by_mail.php

    r1233 r1409  
    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.