Code

Updated get_sub_list.
[gosa.git] / 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);
   }