mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
changes for new hooks
This commit is contained in:
parent
aeb4efaae8
commit
63264d2b25
@ -1113,7 +1113,10 @@
|
|||||||
));
|
));
|
||||||
$p->fp('phpgw_body','view_event',True);
|
$p->fp('phpgw_body','view_event',True);
|
||||||
|
|
||||||
$GLOBALS['phpgw']->hooks->process('calendar_view');
|
$GLOBALS['phpgw']->hooks->process(array(
|
||||||
|
'location' => 'calendar_view',
|
||||||
|
'cal_id' => $cal_id
|
||||||
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
function edit($params='')
|
function edit($params='')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user