From 388e0f80af6aafcc25903feba8eae5f23b9e424f Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 3 Jan 2008 06:05:01 +0000 Subject: [PATCH] Fixed get_sub_list git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8185 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 03fd08287..131c4a282 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -745,8 +745,7 @@ function get_sub_list($filter, $category,$sub_base, $base= "", $attributes= arra /* Check if there is a sub department specified */ if($sub_base == ""){ - trigger_error("Please specify a valid sub search base, like 'ou=apps'. Parameter 3"); - return(FALSE); + return(get_list($filter, $category,$base,$attributes,$flags)); } /* Get all deparments matching the given sub_base */ -- 2.30.2