acl 4 calendar info

This commit is contained in:
Cornelius Weiß 2005-06-12 08:16:12 +00:00
parent 91d42882b7
commit 3ccbf08a09

View File

@ -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'] =
}
}
/**