mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 14:11: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)
|
function calender_resources($args)
|
||||||
{
|
{
|
||||||
return $args['type'] =='r' ? array( 'select_template' => 'resources.resource_selectbox',
|
return array(
|
||||||
|
'select_template' => 'resources.resource_selectbox',
|
||||||
'info' => 'resources.bo_resources.get_calender_info',
|
'info' => 'resources.bo_resources.get_calender_info',
|
||||||
) : false;
|
'type' => 'r',
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user