projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8844137
)
Bug #8030: Fix syntax error.
author
Matt Selsky
<selsky@columbia.edu>
Wed, 25 Feb 2009 13:29:37 +0000
(08:29 -0500)
committer
Matt Selsky
<selsky@columbia.edu>
Wed, 25 Feb 2009 13:29:37 +0000
(08:29 -0500)
ingo/lib/Ingo.php
patch
|
blob
|
history
diff --git
a/ingo/lib/Ingo.php
b/ingo/lib/Ingo.php
index
46a7ca2
..
181f6d9
100644
(file)
--- a/
ingo/lib/Ingo.php
+++ b/
ingo/lib/Ingo.php
@@
-97,7
+97,7
@@
class Ingo
static public function createFolder($folder)
{
return $GLOBALS['registry']->hasMethod('mail/createFolder')
- ? $GLOBALS['registry']->call('mail/createFolder', array('folder' => String::convertCharset($folder, NLS::getCharset(), 'UTF7-IMAP')))
;
+ ? $GLOBALS['registry']->call('mail/createFolder', array('folder' => String::convertCharset($folder, NLS::getCharset(), 'UTF7-IMAP')))
: false;
}