Changeset 5164670 in github for program/include/main.inc


Ignore:
Timestamp:
May 27, 2011 9:01:05 AM (2 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
d9641b0
Parents:
d7344819
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
  • program/include/main.inc

    r0deec44 r5164670  
    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.