Changeset 1520


Ignore:
Timestamp:
Aug 1, 2006, 12:28:31 AM (18 years ago)
Author:
rub
Message:

Resolved Issue ID 0000495.

o Quotes and slashes are not correct on mail content

File:
1 edited

Legend:

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

    r1459 r1520  
    480480    if (isset($_POST['send_submit']) and isset($_POST['send_selection']) and isset($_POST['send_customize_mail_content']))
    481481    {
    482       $check_key_treated = do_action_send_mail_notification('send', $_POST['send_selection'], $_POST['send_customize_mail_content']);
     482      $check_key_treated = do_action_send_mail_notification('send', $_POST['send_selection'], stripslashes($_POST['send_customize_mail_content']));
    483483      do_timeout_treatment('send_selection', $check_key_treated);
    484484    }
Note: See TracChangeset for help on using the changeset viewer.