Uncomment addressbook hook, since this is only for order, not presence

This commit is contained in:
Miles Lott 2001-04-08 06:56:29 +00:00
parent 315c62514b
commit ac8fff128e

View File

@ -181,7 +181,7 @@
echo '<tr><td align="right">' . return_quotes($quotes) . '</td></tr>';
}
$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();