changes for new hooks

This commit is contained in:
Ralf Becker 2003-04-30 00:06:08 +00:00
parent aeb4efaae8
commit 63264d2b25

View File

@ -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='')