Changeset 2051


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

Location:
trunk
Files:
3 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)
  • trunk/plugins

    • Property svn:ignore
      •  

        old new  
        1 text_integrator
        2 phpmv
        3 rv_gmaps
        4 dotclear_easy
        5 look_like_gbo
        6 secureImages
        7 my_phpwebheader
        8 personal
        9 -lf-personal
        10 -personal
        11 lf-personal
         1*
  • trunk/template/yoga/theme

    • Property svn:ignore
      •  

        old new  
        1 hk
        2 erya-blue
        3 hk-2
        4 hk-3
        5 white
        6 hk-3_1.0.zip
        7 hk-3_1.1.zip
        8 hk-3_1.2.zip
        9 white_0.2.zip
        10 cyan
        11 hk-darkblue-left
        12 minimalus
        13 exftb
        14 montblanc
        15 montblancxl
         1*
Note: See TracChangeset for help on using the changeset viewer.