mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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->output .= $GLOBALS['phpgw']->template->fp('out','view_t');
|
||||||
$this->totpl();
|
$this->totpl();
|
||||||
|
|
||||||
$GLOBALS['ab_id'] = $ab_id;
|
$GLOBALS['phpgw']->hooks->process(array(
|
||||||
$GLOBALS['phpgw']->hooks->process('addressbook_view');
|
'location' => 'addressbook_view',
|
||||||
|
'ab_id' => $ab_id
|
||||||
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
function html_1button_form($name,$lang,$link)
|
function html_1button_form($name,$lang,$link)
|
||||||
|
Loading…
Reference in New Issue
Block a user