From: Michael M Slusarz Date: Wed, 9 Jun 2010 15:57:29 +0000 (-0600) Subject: Bug #9088: Fix return from prefs_hook_search_sources() IMP hook X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9c373c024f7b051d8103f4258ecd364c6e14047b;p=horde.git Bug #9088: Fix return from prefs_hook_search_sources() IMP hook --- diff --git a/imp/config/hooks.php.dist b/imp/config/hooks.php.dist index 23aad7651..ba025e01a 100644 --- 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)); // } // }