phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.101.2


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.101.2.7,1.101.2.8
Date: Sat, 21 Sep 2002 17:55:29 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv2875/phpgwapi/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.accounts_ldap.inc.php 
Log Message:
Small cleanup.

Index: class.accounts_ldap.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_ldap.inc.php,v
retrieving revision 1.101.2.7
retrieving revision 1.101.2.8
diff -C2 -r1.101.2.7 -r1.101.2.8
*** class.accounts_ldap.inc.php 17 Sep 2002 02:33:17 -0000      1.101.2.7
--- class.accounts_ldap.inc.php 21 Sep 2002 21:55:27 -0000      1.101.2.8
***************
*** 186,190 ****
                                        $entry['objectclass'][0] = 'top';
                                        $entry['objectclass'][1] = 'posixGroup';
!                                       $members = 
$this->member($this->data["account_id"]);
                                        $entry['memberuid'] = array();
                                        for ($i=0;$i<count($members);$i++)
--- 186,190 ----
                                        $entry['objectclass'][0] = 'top';
                                        $entry['objectclass'][1] = 'posixGroup';
!                                       $members = 
$this->member($this->data['account_id']);
                                        $entry['memberuid'] = array();
                                        for ($i=0;$i<count($members);$i++)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]