Enable calendar items for projectmanager eRoles

This commit is contained in:
Christian Binder 2011-02-09 20:55:20 +00:00
parent c8d92bc7ca
commit 96ab59b2fd
2 changed files with 1 additions and 2 deletions

View File

@ -90,7 +90,7 @@ class calendar_merge extends bo_merge
* @param boolean $last_event_too=false also include information about the last event
* @return array
*/
protected function calendar_replacements($id,$prefix = '')
public function calendar_replacements($id,$prefix = '')
{
$replacements = array();
if(!is_array($id) || !$id['start']) {

View File

@ -24,7 +24,6 @@ class infolog_merge extends bo_merge
*/
var $public_functions = array(
'show_replacements' => true,
'infolog_replacements' => true,
);
/**