Changeset 4812 in subversion for trunk/roundcubemail/program/include/main.inc
- Timestamp:
- May 27, 2011 9:01:05 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r4738 r4812 868 868 // use value from post 869 869 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); 872 871 $value = $attrib['array'] ? $postvalue[intval($colcounts[$col]++)] : $postvalue; 873 872 }
Note: See TracChangeset
for help on using the changeset viewer.
