From 2c786589a576a3ac39fb87fc6093a2c65a381a4d Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 17 Oct 2007 12:29:32 +0000 Subject: [PATCH] Updated lock for multiple entries git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7583 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions.inc b/include/functions.inc index 54179252d..ad2ee1aaf 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -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]; -- 2.30.2