Code

Updated lock for multiple entries
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Oct 2007 12:29:32 +0000 (12:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Oct 2007 12:29:32 +0000 (12:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7583 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions.inc

index 54179252d810390090ea57bbb295c19bc4451c62..ad2ee1aaf9a56dbb13e2e4aef04a102f180d4737 100644 (file)
@@ -605,6 +605,7 @@ function get_multiple_locks($objects)
     return("");
   }
 
+  $users = array();
   while($attrs = $ldap->fetch()){
     $dn   = base64_decode($attrs['gosaObject'][0]);
     $user = $attrs['gosaUser'][0];