From: hickert Date: Fri, 21 Jul 2006 03:56:42 +0000 (+0000) Subject: Forgot ; X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0d8defdf2f98376403ea76587f91ca0aad5c9062;p=gosa.git Forgot ; git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4260 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions.inc b/include/functions.inc index b321eb64c..7b9ff12f2 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -586,7 +586,7 @@ function get_list($filter, $subtreeACL, $base= "", $attributes= array(), $flags= { global $config, $ui; - echo "get_list called. Replace it, it doesn't support new acls" + echo "get_list called. Replace it, it doesn't support new acls"; /* Get LDAP link */ $ldap= $config->get_ldap_link($flags & GL_SIZELIMIT);