projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a4a50
)
Fix parse error.
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 16 Nov 2009 21:21:46 +0000
(14:21 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 16 Nov 2009 22:32:53 +0000
(15:32 -0700)
imp/message-mimp.php
patch
|
blob
|
history
diff --git
a/imp/message-mimp.php
b/imp/message-mimp.php
index
a7655c8
..
e954065
100644
(file)
--- a/
imp/message-mimp.php
+++ b/
imp/message-mimp.php
@@
-405,8
+405,7
@@
foreach ($atc_parts as $key) {
$download_link = ($summary['bytes'] > $prefs->getValue('mimp_download_confirm'))
? Horde_Util::addParameter($self_link, array('a' => 'c', 'atc' => $key))
: $summary['download'];
-
- $hb->add(new Horde_Mobile_link($summary['description'], $download_link);
+ $hb->add(new Horde_Mobile_link($summary['description'], $download_link));
}
$t = &$hb->add(new Horde_Mobile_text(sprintf(' [%s] %s', $summary['type'], $summary['size']) . "\n"));
$t->set('linebreaks', true);