projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d91f0
)
needs to be '', not null.
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 5 Dec 2008 05:39:14 +0000
(22:39 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 5 Dec 2008 05:39:14 +0000
(22:39 -0700)
JSON converts null to 'null' apparently.
imp/lib/Views/ShowMessage.php
patch
|
blob
|
history
diff --git
a/imp/lib/Views/ShowMessage.php
b/imp/lib/Views/ShowMessage.php
index
4a3e9dd
..
20da262
100644
(file)
--- a/
imp/lib/Views/ShowMessage.php
+++ b/
imp/lib/Views/ShowMessage.php
@@
-324,7
+324,7
@@
class IMP_Views_ShowMessage
: sprintf(ngettext("%d Attachment", "%d Attachments", $atc_parts), $atc_parts);
$result['atc_download'] = (count($display_ids) > 2)
? Horde::link($imp_contents->urlView($imp_contents->getMIMEMessage(), 'download_all', array('params' => array('download_ids' => serialize($atc_parts))))) . '[' . _("Save All") . ']</a>'
- :
null
;
+ :
''
;
}
/* Show attachment information in headers? */