forked from extern/egroupware
add hook for new events
This commit is contained in:
parent
7829ecd511
commit
cc61a1940b
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user