Ignore:
Timestamp:
Jul 2, 2007, 8:38:45 AM (17 years ago)
Author:
rub
Message:

Resolved issue 0000715: Fix bad format of email with name contains special character.

+ Ignore all for plugins and theme directories

Merge branch-1_7 2048:2050 into BSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r1926 r2051  
    7575  if ($conf['enabled_format_email'])
    7676  {
    77     $cvt7b_name = str_translate_to_ascii7bits($name);
     77    $cvt7b_name = '"'.addslashes(str_translate_to_ascii7bits($name)).'"';
    7878
    7979    if (strpos($email, '<') === false)
Note: See TracChangeset for help on using the changeset viewer.