mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
changed calendar_resources hook
This commit is contained in:
parent
4693d2c6b4
commit
121d9aaf05
@ -85,9 +85,11 @@ class resources_hooks
|
||||
|
||||
function calender_resources($args)
|
||||
{
|
||||
return $args['type'] =='r' ? array( 'select_template' => 'resources.resource_selectbox',
|
||||
'info' => 'resources.bo_resources.get_calender_info',
|
||||
) : false;
|
||||
return array(
|
||||
'select_template' => 'resources.resource_selectbox',
|
||||
'info' => 'resources.bo_resources.get_calender_info',
|
||||
'type' => 'r',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user