Changeset 407dcf9 in github
- Timestamp:
- Oct 18, 2008 6:56:11 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- ebf316a
- Parents:
- bfdbcf5
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/main.inc (modified) (1 diff)
-
program/steps/settings/save_identity.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r701b9a7 r407dcf9 1 1 CHANGELOG RoundCube Webmail 2 2 --------------------------- 3 4 2008/10/18 (alec) 5 ---------- 6 - Fix html2text class autoloading on Windows (#1485505) 7 - Fix html signature formatting when identity save error occured (#1485426) 3 8 4 9 2008/10/15 (alec) -
program/include/main.inc
rd99b935 r407dcf9 551 551 // use value from post 552 552 if (!empty($_POST[$fname])) 553 $value = get_input_value($fname, RCUBE_INPUT_POST); 553 $value = get_input_value($fname, RCUBE_INPUT_POST, 554 $type == 'textarea' && strpos($attrib['class'], 'mce_editor')!==false ? true : false); 554 555 555 556 $out = $input->show($value); -
program/steps/settings/save_identity.inc
rf645ce1 r407dcf9 29 29 { 30 30 $OUTPUT->show_message('formincomplete', 'warning'); 31 rcmail_overwrite_action('edit-identit iy');31 rcmail_overwrite_action('edit-identity'); 32 32 return; 33 33 } … … 72 72 // show error message 73 73 $OUTPUT->show_message('errorsaving', 'error'); 74 rcmail_overwrite_action('edit-identit iy');74 rcmail_overwrite_action('edit-identity'); 75 75 return; 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.
