Ignore:
Timestamp:
May 27, 2011 9:01:05 AM (2 years ago)
Author:
alec
Message:
  • Fix handling of "<" character in contact data, search fields and folder names, identity name and organization fields (#1487864)
File:
1 edited

Legend:

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

    r4738 r4812  
    868868  // use value from post 
    869869  if (isset($_POST[$fname])) { 
    870     $postvalue = get_input_value($fname, RCUBE_INPUT_POST, 
    871       $type == 'textarea' && strpos($attrib['class'], 'mce_editor')!==false ? true : false); 
     870    $postvalue = get_input_value($fname, RCUBE_INPUT_POST, true); 
    872871    $value = $attrib['array'] ? $postvalue[intval($colcounts[$col]++)] : $postvalue; 
    873872  } 
Note: See TracChangeset for help on using the changeset viewer.