projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ebba27
)
Fix parse errors (Bug #8109).
author
Jan Schneider
<jan@horde.org>
Mon, 23 Mar 2009 11:36:13 +0000
(12:36 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 23 Mar 2009 11:36:13 +0000
(12:36 +0100)
framework/Imap_Client/lib/Horde/Imap/Client/Utils.php
patch
|
blob
|
history
diff --git
a/framework/Imap_Client/lib/Horde/Imap/Client/Utils.php
b/framework/Imap_Client/lib/Horde/Imap/Client/Utils.php
index
c283ee3
..
4cf26cb
100644
(file)
--- a/
framework/Imap_Client/lib/Horde/Imap/Client/Utils.php
+++ b/
framework/Imap_Client/lib/Horde/Imap/Client/Utils.php
@@
-46,7
+46,7
@@
class Horde_Imap_Client_Utils
$str = '';
foreach ($in as $mbox => $ids) {
- $str .= '{' . strlen($mbox) . '}' . $mbox . implode(','
$this->_toSequenceString($ids, array('nosort' => !empty($options['nosort']
)));
+ $str .= '{' . strlen($mbox) . '}' . $mbox . implode(','
, $this->_toSequenceString($ids, array('nosort' => !empty($options['nosort'])
)));
}
return $str;