Code

Forgot ;
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 Jul 2006 03:56:42 +0000 (03:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 Jul 2006 03:56:42 +0000 (03:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4260 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions.inc

index b321eb64c2b17cdd323362e98c5c9fe67cb973f4..7b9ff12f242c79f9bea9644ef4622e1cf2707086 100644 (file)
@@ -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);