Changeset a22cb65 in github
- Timestamp:
- Oct 7, 2008 12:54:07 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 155bbb8
- Parents:
- da402d6
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/func.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r9b3d7f74 ra22cb65 1 1 CHANGELOG RoundCube Webmail 2 2 --------------------------- 3 4 2008/10/07 (alec) 5 ---------- 6 - Write username instead of id in sendmail log (#1485477) 7 - Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475) 8 - Fix js keywords escaping in json_serialize() for IE/Opera (#1485472) 3 9 4 10 2008/10/03 (alec) -
program/steps/mail/func.inc
ra164a2e6 ra22cb65 1155 1155 function rcmail_deliver_message(&$message, $from, $mailto) 1156 1156 { 1157 global $CONFIG ;1157 global $CONFIG, $RCMAIL; 1158 1158 1159 1159 $msg_body = $message->get(); … … 1211 1211 1212 1212 if ($CONFIG['smtp_log']) 1213 write_log('sendmail', sprintf("[%s] User: % don %s; Message for %s; %s",1213 write_log('sendmail', sprintf("[%s] User: %s on %s; Message for %s; %s", 1214 1214 date("d-M-Y H:i:s O", mktime()), 1215 $ _SESSION['user_id'],1215 $RCMAIL->user->get_username(), 1216 1216 $_SERVER['REMOTE_ADDR'], 1217 1217 $mailto,
Note: See TracChangeset
for help on using the changeset viewer.
