Code

Updated comments in functions.inc
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 25 Feb 2008 07:49:10 +0000 (07:49 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 25 Feb 2008 07:49:10 +0000 (07:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9091 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/functions.inc

index 50313c42db409f5b177a5b86620e24d77d28489e..5bd2ab145920e0c7a1dab92f73aba73ad8c48b88 100644 (file)
@@ -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);