projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec6ffc6
)
Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 8 Sep 2009 04:55:16 +0000
(22:55 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 8 Sep 2009 18:00:02 +0000
(12:00 -0600)
imp/lib/Views/ListMessages.php
patch
|
blob
|
history
diff --git
a/imp/lib/Views/ListMessages.php
b/imp/lib/Views/ListMessages.php
index
8035420
..
33f839f
100644
(file)
--- a/
imp/lib/Views/ListMessages.php
+++ b/
imp/lib/Views/ListMessages.php
@@
-181,7
+181,7
@@
class IMP_Views_ListMessages
if (isset($md->search)) {
$cached = Horde_Serialize::unserialize($args['cache'], Horde_Serialize::JSON);
} else {
- $cached = $GLOBALS['imp_imap']->ob()->utils->fromSequenceString($args['cache
d
']);
+ $cached = $GLOBALS['imp_imap']->ob()->utils->fromSequenceString($args['cache']);
$cached = reset($cached);
}
$cached = array_flip($cached);