mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Uncomment addressbook hook, since this is only for order, not presence
This commit is contained in:
parent
315c62514b
commit
ac8fff128e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user