add hook for new events

This commit is contained in:
Lars Kneschke 2004-06-13 17:01:14 +00:00
parent 7829ecd511
commit cc61a1940b

View File

@ -1126,6 +1126,15 @@
$bolink->link('calendar',$event['id'],'projects',$l_cal['project']); $bolink->link('calendar',$event['id'],'projects',$l_cal['project']);
} }
} }
// just a hook
$singleHookValues = array
(
'location' => 'updateevent',
'hookValues' => $event
);
$GLOBALS['phpgw']->hooks->process($singleHookValues);
if($send_to_ui) if($send_to_ui)
{ {
$this->read_sessiondata(); $this->read_sessiondata();