From: hickert Date: Mon, 25 Feb 2008 07:49:10 +0000 (+0000) Subject: Updated comments in functions.inc X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6787b39b5674635ccce6741397d21f75bc90429f;p=gosa.git Updated comments in functions.inc git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9091 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 50313c42d..5bd2ab145 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -801,9 +801,7 @@ function get_sub_list($filter, $category,$sub_deps, $base= "", $attributes= arra } } - /* Check if we have enabled the sub_dir search support AND - * if there is a sub department specified. - * If not, fall back to old method, get_list(). + /* If there is no sub_department specified, fall back to old method, get_list(). */ if(!count($sub_bases) && !count($departments)){ @@ -812,7 +810,8 @@ function get_sub_list($filter, $category,$sub_deps, $base= "", $attributes= arra if(!count($sub_bases) && !count($departments)){ // log($action,$objecttype,$object,$changes_array = array(),$result = "") new log("debug","all",__FILE__,$attributes, - sprintf("get_sub_list(): Falling back to get_list(), due to empty sub_bases parameter. This may slow down GOsa. Search was: '%s'",$filter)); + sprintf("get_sub_list(): Falling back to get_list(), due to empty sub_bases parameter.". + " This may slow down GOsa. Search was: '%s'",$filter)); } $tmp = get_list($filter, $category,$base,$attributes,$flags); return($tmp);