Changeset 5c7e54b in github
- Timestamp:
- May 22, 2012 3:06:02 AM (12 months ago)
- Branches:
- master, HEAD, dev-browser-capabilities, pdo
- Children:
- 38a08c0
- Parents:
- 5fed074
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/compose.inc (modified) (1 diff)
-
program/steps/settings/edit_identity.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r9a2de84 r5c7e54b 2 2 =========================== 3 3 4 - Fix HTML entities handling in HTML editor (#1488483) 4 5 - Fix listing shared folders on Courier IMAP (#1488466) 5 6 - Fix issue where draft auto-save wasn't executed after some inactivity time -
program/steps/mail/compose.inc
r0c25968 r5c7e54b 771 771 // If desired, set this textarea to be editable by TinyMCE 772 772 if ($isHtml) { 773 $MESSAGE_BODY = htmlentities($MESSAGE_BODY, ENT_NOQUOTES, RCMAIL_CHARSET); 773 774 $attrib['class'] = 'mce_editor'; 774 775 $textarea = new html_textarea($attrib); -
program/steps/settings/edit_identity.inc
r7fe3811 r5c7e54b 92 92 } 93 93 94 $IDENTITY_RECORD['signature'] = htmlentities($IDENTITY_RECORD['signature'], ENT_NOQUOTES, RCMAIL_CHARSET); 95 94 96 // disable some field according to access level 95 97 if (IDENTITIES_LEVEL == 1 || IDENTITIES_LEVEL == 3) {
Note: See TracChangeset
for help on using the changeset viewer.
