mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 06:48:40 +01:00
added hook calendar_view for infolog-integration
This commit is contained in:
parent
5a73146b91
commit
2fb9b0b51e
@ -780,6 +780,8 @@
|
|||||||
);
|
);
|
||||||
$p->set_var($var);
|
$p->set_var($var);
|
||||||
echo $p->fp('out','form_button').'</center>';
|
echo $p->fp('out','form_button').'</center>';
|
||||||
|
|
||||||
|
$GLOBALS['phpgw']->hooks->process('calendar_view');
|
||||||
}
|
}
|
||||||
|
|
||||||
function edit($params='')
|
function edit($params='')
|
||||||
|
Loading…
Reference in New Issue
Block a user