mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-27 00:04:26 +02:00
allow to specify multiple cat_id's
This commit is contained in:
@@ -156,7 +156,7 @@ class Categories
|
||||
*/
|
||||
function return_all_children($cat_id)
|
||||
{
|
||||
$all_children = (array) $cat_id;
|
||||
$all_children = array_map('intval', (array)$cat_id);
|
||||
|
||||
$children = $this->return_array('subs',0,False,'','','',True,$cat_id,-1,'id');
|
||||
if (is_array($children) && count($children))
|
||||
|
Reference in New Issue
Block a user