From e648b1aeab1633e90d46944170f3afd5c92fe837 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 22 Feb 2008 08:51:12 +0000 Subject: [PATCH] Updated get_sub_list. -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 29ae1b1e7..4dbe7995f 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -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); } -- 2.30.2