mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
Enable calendar items for projectmanager eRoles
This commit is contained in:
parent
c8d92bc7ca
commit
96ab59b2fd
@ -90,7 +90,7 @@ class calendar_merge extends bo_merge
|
|||||||
* @param boolean $last_event_too=false also include information about the last event
|
* @param boolean $last_event_too=false also include information about the last event
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function calendar_replacements($id,$prefix = '')
|
public function calendar_replacements($id,$prefix = '')
|
||||||
{
|
{
|
||||||
$replacements = array();
|
$replacements = array();
|
||||||
if(!is_array($id) || !$id['start']) {
|
if(!is_array($id) || !$id['start']) {
|
||||||
|
@ -24,7 +24,6 @@ class infolog_merge extends bo_merge
|
|||||||
*/
|
*/
|
||||||
var $public_functions = array(
|
var $public_functions = array(
|
||||||
'show_replacements' => true,
|
'show_replacements' => true,
|
||||||
'infolog_replacements' => true,
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user