Code

Fixed get_sub_list
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Jan 2008 06:05:01 +0000 (06:05 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Jan 2008 06:05:01 +0000 (06:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8185 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/functions.inc

index 03fd0828747a81b4bbf8c2a07094ae2c7179ce21..131c4a282d9ac9955d7855515c86a6ab2020ff5f 100644 (file)
@@ -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 */