mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
changes for new hooks
This commit is contained in:
parent
037eb08667
commit
265ab3f48e
@ -1115,8 +1115,10 @@
|
||||
$this->output .= $GLOBALS['phpgw']->template->fp('out','view_t');
|
||||
$this->totpl();
|
||||
|
||||
$GLOBALS['ab_id'] = $ab_id;
|
||||
$GLOBALS['phpgw']->hooks->process('addressbook_view');
|
||||
$GLOBALS['phpgw']->hooks->process(array(
|
||||
'location' => 'addressbook_view',
|
||||
'ab_id' => $ab_id
|
||||
));
|
||||
}
|
||||
|
||||
function html_1button_form($name,$lang,$link)
|
||||
|
Loading…
Reference in New Issue
Block a user