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.6,1.101.2.7
Date: Mon, 16 Sep 2002 22:33:19 -0400

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

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

Index: class.accounts_ldap.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_ldap.inc.php,v
retrieving revision 1.101.2.6
retrieving revision 1.101.2.7
diff -C2 -r1.101.2.6 -r1.101.2.7
*** class.accounts_ldap.inc.php 2 Sep 2002 02:32:33 -0000       1.101.2.6
--- class.accounts_ldap.inc.php 17 Sep 2002 02:33:17 -0000      1.101.2.7
***************
*** 627,636 ****
                                                {
                                                        /* attribute was not in 
LDAP, add it */
!                                                       ldap_mod_add($this->ds, 
$allValues[0]["dn"], $tmpentry);
                                                }
                                                else
                                                {
                                                        /* attribute was in 
LDAP, modify it */
!                                                       ldap_modify($this->ds, 
$allValues[0]["dn"], $tmpentry);
                                                }
                                        }
--- 627,636 ----
                                                {
                                                        /* attribute was not in 
LDAP, add it */
!                                                       ldap_mod_add($this->ds, 
$allValues[0]['dn'], $tmpentry);
                                                }
                                                else
                                                {
                                                        /* attribute was in 
LDAP, modify it */
!                                                       ldap_modify($this->ds, 
$allValues[0]['dn'], $tmpentry);
                                                }
                                        }
***************
*** 659,663 ****
                                        $tmpentry['phpgwaccountexpires']   = 
$account_info['account_expires'];
                                }
!                               ldap_modify($this->ds, $allValues[0]["dn"], 
$tmpentry);
                        }
                        else
--- 659,663 ----
                                        $tmpentry['phpgwaccountexpires']   = 
$account_info['account_expires'];
                                }
!                               ldap_modify($this->ds, $allValues[0]['dn'], 
$tmpentry);
                        }
                        else
***************
*** 843,845 ****
                        return $allValues[0]['dn'];
                }
!       }
\ No newline at end of file
--- 843,845 ----
                        return $allValues[0]['dn'];
                }
!       }





reply via email to

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