From 9c373c024f7b051d8103f4258ecd364c6e14047b Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 9 Jun 2010 09:57:29 -0600 Subject: [PATCH] Bug #9088: Fix return from prefs_hook_search_sources() IMP hook --- imp/config/hooks.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); // } // } -- 2.11.0