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.107,1


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.107,1.108
Date: Sat, 04 May 2002 22:51:29 -0400

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

Modified Files:
        class.accounts_ldap.inc.php 
Log Message:
this should be a fix for the account_type setting in get_list, but it is hard 
to believe it was actually this broken

Index: class.accounts_ldap.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_ldap.inc.php,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -r1.107 -r1.108
*** class.accounts_ldap.inc.php 21 Apr 2002 17:42:40 -0000      1.107
--- class.accounts_ldap.inc.php 5 May 2002 02:51:26 -0000       1.108
***************
*** 351,355 ****
                                                                'account_id'    
    => $allVals['uidnumber'][0],
                                                                'account_lid'   
    => $allVals['uid'][0],
!                                                               'account_type'  
    => $allVals['phpgwaccounttype'],
                                                                
'account_firstname' => $allVals['givenname'][0],
                                                                
'account_lastname'  => $allVals['sn'][0],
--- 351,355 ----
                                                                'account_id'    
    => $allVals['uidnumber'][0],
                                                                'account_lid'   
    => $allVals['uid'][0],
!                                                               'account_type'  
    => $allVals['phpgwaccounttype'][0],
                                                                
'account_firstname' => $allVals['givenname'][0],
                                                                
'account_lastname'  => $allVals['sn'][0],
***************
*** 378,382 ****
                                                                'account_id'    
    => $allVals['gidnumber'][0],
                                                                'account_lid'   
    => $allVals['cn'][0],
!                                                               'account_type'  
    => $allVals['phpgwaccounttype'],
                                                                
'account_firstname' => $allVals['givenname'][0],
                                                                
'account_lastname'  => $allVals['sn'][0],
--- 378,382 ----
                                                                'account_id'    
    => $allVals['gidnumber'][0],
                                                                'account_lid'   
    => $allVals['cn'][0],
!                                                               'account_type'  
    => $allVals['phpgwaccounttype'][0],
                                                                
'account_firstname' => $allVals['givenname'][0],
                                                                
'account_lastname'  => $allVals['sn'][0],




reply via email to

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