Added functions in LDAP class for manage attributes in entry

This commit is contained in:
Regis Houssin 2009-12-21 08:03:21 +00:00
parent 10b183c010
commit b2afe06d71

View File

@ -45,7 +45,7 @@ class UserGroup extends CommonObject
var $note; // Note on group
var $datec; // Creation date of group
var $datem; // Modification date of group
var $members=array(1,2); // Array of users
var $members=array(); // Array of users
var $oldcopy; // To contains a clone of this when we need to save old properties of object