forked from extern/egroupware
acl 4 calendar info
This commit is contained in:
parent
91d42882b7
commit
3ccbf08a09
@ -232,8 +232,13 @@ class bo_resources
|
||||
*/
|
||||
function get_calendar_info($res_id)
|
||||
{
|
||||
//echo "<p>bo_resources::get_calendar_info(".print_r($res_id,true)."</p>\n";
|
||||
return !is_array($res_id) && $res_id < 1 ? false : $this->so->search(array('id' => $res_id),'id,name,useable');
|
||||
//echo "<p>bo_resources::get_calendar_info(".print_r($res_id,true)."</p>\n";
|
||||
return !is_array($res_id) && $res_id < 1 ? false : $this->so->search(array('id' => $res_id),'id,name,useable');
|
||||
|
||||
foreach($data as $num => $resource)
|
||||
{
|
||||
$resource['rights'] =
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user