projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0b94d1
)
Bug #9088: Fix return from prefs_hook_search_sources() IMP hook
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 9 Jun 2010 15:57:29 +0000
(09:57 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 9 Jun 2010 15:57:29 +0000
(09:57 -0600)
imp/config/hooks.php.dist
patch
|
blob
|
history
diff --git
a/imp/config/hooks.php.dist
b/imp/config/hooks.php.dist
index
23aad76
..
ba025e0
100644
(file)
--- a/
imp/config/hooks.php.dist
+++ b/
imp/config/hooks.php.dist
@@
-107,7
+107,7
@@
class IMP_Hooks
//
// if ($GLOBALS['registry']->hasMethod('contacts/sources')) {
// $sources = $GLOBALS['registry']->call('contacts/sources');
-// return
implode("\t",
array_keys($sources));
+// return
json_encode(
array_keys($sources));
// }
// }