projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398541f
)
fix parse error (stray ;)
author
Chuck Hagenbuch
<chuck@horde.org>
Thu, 4 Jun 2009 14:39:52 +0000
(10:39 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 4 Jun 2009 14:39:52 +0000
(10:39 -0400)
imp/lib/api.php
patch
|
blob
|
history
diff --git
a/imp/lib/api.php
b/imp/lib/api.php
index
f50fc86
..
81c284d
100644
(file)
--- a/
imp/lib/api.php
+++ b/
imp/lib/api.php
@@
-423,7
+423,7
@@
function _imp_mailboxCacheId($mailbox)
require_once dirname(__FILE__) . '/base.php';
return IMP::checkAuthentication(true)
- ? $GLOBALS['imp_imap']->ob->getCacheId($mailbox)
;
+ ? $GLOBALS['imp_imap']->ob->getCacheId($mailbox)
: null;
}