Ignore:
Timestamp:
Feb 5, 2010 8:10:42 AM (3 years ago)
Author:
alec
Message:
  • fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r3246 r3252  
    201201  $error = false; 
    202202 
    203   $to = empty($to) ? $to = strtoupper(RCMAIL_CHARSET) : rcube_parse_charset($to); 
     203  $to = empty($to) ? strtoupper(RCMAIL_CHARSET) : rcube_parse_charset($to); 
    204204  $from = rcube_parse_charset($from); 
    205205 
Note: See TracChangeset for help on using the changeset viewer.