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: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.101.2.2,1.101.2.3
Date: Sat, 04 May 2002 23:04:44 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.101.2.2
retrieving revision 1.101.2.3
diff -C2 -r1.101.2.2 -r1.101.2.3
*** class.accounts_ldap.inc.php 21 Apr 2002 17:32:20 -0000      1.101.2.2
--- class.accounts_ldap.inc.php 5 May 2002 03:04:42 -0000       1.101.2.3
***************
*** 357,361 ****
                                                                'account_id'    
    => $allVals['uidnumber'][0],
                                                                'account_lid'   
    => $allVals['uid'][0],
!                                                               'account_type'  
    => $allVals['phpgwaccounttype'],
                                                                
'account_firstname' => $allVals['givenname'][0],
                                                                
'account_lastname'  => $allVals['sn'][0],
--- 357,361 ----
                                                                '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],
***************
*** 381,385 ****
                                                                'account_id'    
    => $allVals['gidnumber'][0],
                                                                'account_lid'   
    => $allVals['cn'][0],
!                                                               'account_type'  
    => $allVals['phpgwaccounttype'],
                                                                
'account_firstname' => $allVals['givenname'][0],
                                                                
'account_lastname'  => $allVals['sn'][0],
--- 381,385 ----
                                                                '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]