[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.110,1
From: |
Mark A Peters <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.110,1.111 |
Date: |
Mon, 16 Sep 2002 22:33:06 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv16333
Modified Files:
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.110
retrieving revision 1.111
diff -C2 -r1.110 -r1.111
*** class.accounts_ldap.inc.php 2 Sep 2002 02:32:10 -0000 1.110
--- class.accounts_ldap.inc.php 17 Sep 2002 02:33:03 -0000 1.111
***************
*** 605,614 ****
{
/* 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);
}
}
--- 605,614 ----
{
/* 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);
}
}
***************
*** 637,641 ****
$tmpentry['phpgwaccountexpires'] =
$account_info['account_expires'];
}
! ldap_modify($this->ds, $allValues[0]["dn"],
$tmpentry);
}
else
--- 637,641 ----
$tmpentry['phpgwaccountexpires'] =
$account_info['account_expires'];
}
! ldap_modify($this->ds, $allValues[0]['dn'],
$tmpentry);
}
else
***************
*** 836,838 ****
return $allValues[0]['dn'];
}
! }
\ No newline at end of file
--- 836,838 ----
return $allValues[0]['dn'];
}
! }
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.110,1.111,
Mark A Peters <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: calendar/inc class.bocalendar.inc.php,1.80,1.81 class.bopreferences.inc.php,1.3,1.4 class.socalendar.inc.php,1.24,1.25 class.uicalendar.inc.php,1.83,1.84 class.uipreferences.inc.php,1.4,1.5
- Next by Date:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.101.2.6,1.101.2.7
- Previous by thread:
[Phpgroupware-cvs] CVS: calendar/inc class.bocalendar.inc.php,1.80,1.81 class.bopreferences.inc.php,1.3,1.4 class.socalendar.inc.php,1.24,1.25 class.uicalendar.inc.php,1.83,1.84 class.uipreferences.inc.php,1.4,1.5
- Next by thread:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.101.2.6,1.101.2.7
- Index(es):