Code

Updated get_sub_list.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Feb 2008 08:51:12 +0000 (08:51 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Feb 2008 08:51:12 +0000 (08:51 +0000)
-Keep flag, if we fall back to old style get_list

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9049 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/functions.inc

index 29ae1b1e74a656a4ad12d2356e089c7892b19b61..4dbe7995f770a073208bbc993fdc976cc4bfc2cf 100644 (file)
@@ -794,7 +794,7 @@ function get_sub_list($filter, $category,$sub_deps, $base= "", $attributes= arra
     if(!count($sub_bases)){
       gosa_log("debug","get_sub_list","",$attributes,"get_sub_list(): Falling back to get_list(), due to empty sub_bases parameter. This may slow down GOsa.");
     }
-    $tmp = get_list($filter, $category,$base,$attributes,$flags | GL_SUBSEARCH);
+    $tmp = get_list($filter, $category,$base,$attributes,$flags);
     return($tmp);
   }