diff -r be6c5fdd9203 -r 4ccdfeee9a11 plugins/PrivateMessages.php --- a/plugins/PrivateMessages.php Mon Dec 31 21:43:51 2007 -0500 +++ b/plugins/PrivateMessages.php Thu Jan 03 00:53:33 2008 -0500 @@ -86,7 +86,7 @@
get('privmsgs_lbl_message_from', array('sender' => htmlspecialchars($r['message_from']))); ?> | ||||||
---|---|---|---|---|---|---|
get('privmsgs_lbl_subject') ?> | ||||||
get('privmsgs_lbl_date') ?> | ||||||
get('privmsgs_lbl_date') ?> | ||||||
get('privmsgs_lbl_message') ?> | get('etc_access_denied_short'), ' You are not authorized to view the contents of this message. '); } $subj = 'Re: ' . $r['subject']; - $text = "\n\n\nOn " . date('M j, Y G:i', $r['date']) . ", " . $r['message_from'] . " wrote:\n> " . str_replace("\n", "\n> ", $r['message_text']); // Way less complicated than using a regex ;-) + $text = "\n\n\nOn " . enano_date('M j, Y G:i', $r['date']) . ", " . $r['message_from'] . " wrote:\n> " . str_replace("\n", "\n> ", $r['message_text']); // Way less complicated than using a regex ;-) $tbuf = $text; while( preg_match("/\n([\> ]*?)\> \>/", $text) ) @@ -332,7 +332,7 @@ | get('privmsgs_lbl_message'); ?> | -+ | '; } - echo ' | '.date('M j, Y G:i', $r['date']).' | '.enano_date('M j, Y G:i', $r['date']).' | '; } $db->free_result(); } |