From ac8fff128ee257eaed3febd658b703886524f137 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sun, 8 Apr 2001 06:56:29 +0000 Subject: [PATCH] Uncomment addressbook hook, since this is only for order, not presence --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 1bbe10fa9e..c5c3f2b422 100755 --- a/index.php +++ b/index.php @@ -181,7 +181,7 @@ echo '' . return_quotes($quotes) . ''; } - $phpgw->common->hook('',array('email','calendar','news')); //,'addressbook')); + $phpgw->common->hook('',array('email','calendar','news','addressbook')); //$phpgw->common->debug_phpgw_info(); //$phpgw->common->debug_list_core_functions();