projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da2275d
)
Use envelope date by default if no Date header in message
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 7 Sep 2009 09:45:06 +0000
(
03:45
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 7 Sep 2009 09:47:01 +0000
(
03:47
-0600)
imp/lib/Views/ShowMessage.php
patch
|
blob
|
history
diff --git
a/imp/lib/Views/ShowMessage.php
b/imp/lib/Views/ShowMessage.php
index
bf8c57a
..
7316327
100644
(file)
--- a/
imp/lib/Views/ShowMessage.php
+++ b/
imp/lib/Views/ShowMessage.php
@@
-202,7
+202,7
@@
class IMP_Views_ShowMessage
if (empty($minidate)) {
$minidate = _("Unknown Date");
}
- $result['minidate'] = htmlspecialchars($minidate);
+ $result['
localdate'] = $result['
minidate'] = htmlspecialchars($minidate);
} else {
/* Display the user-specified headers for the current identity. */
$user_hdrs = $imp_ui->getUserHeaders();