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_sql.inc.php,1.79,1.8


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_sql.inc.php,1.79,1.80
Date: Sat, 12 Jan 2002 22:53:45 -0500

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

Modified Files:
        class.accounts_sql.inc.php 
Log Message:
Added the ability to change the account_lid in SQL.  LDAP already had that 
ability.

Index: class.accounts_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_sql.inc.php,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -r1.79 -r1.80
*** class.accounts_sql.inc.php  5 Jan 2002 21:00:19 -0000       1.79
--- class.accounts_sql.inc.php  13 Jan 2002 03:53:43 -0000      1.80
***************
*** 75,78 ****
--- 75,79 ----
                                . "', account_lastname='" . 
$this->data['lastname'] . "', account_status='"
                                . $this->data['status'] . "', 
account_expires='" . $this->data['expires']
+                               . ($this->data['account_lid']?"', 
account_lid='".$this->data['account_lid']:'')
                                . "' WHERE account_id='"
                                . $this->account_id . "'",__LINE__,__FILE__);




reply via email to

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