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.83,1.8


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_sql.inc.php,1.83,1.84
Date: Tue, 02 Apr 2002 09:15:26 -0500

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

Modified Files:
        class.accounts_sql.inc.php 
Log Message:
Applied GNU Patch #205.

Index: class.accounts_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_sql.inc.php,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -r1.83 -r1.84
*** class.accounts_sql.inc.php  14 Mar 2002 01:42:15 -0000      1.83
--- class.accounts_sql.inc.php  2 Apr 2002 14:15:24 -0000       1.84
***************
*** 76,83 ****
                        $this->db->query("UPDATE phpgw_accounts SET 
account_firstname='" . $this->data['firstname']
                                . "', 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__);
                }
  
--- 76,82 ----
                        $this->db->query("UPDATE phpgw_accounts SET 
account_firstname='" . $this->data['firstname']
                                . "', 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__);
                }
  
***************
*** 291,295 ****
                                . md5($account_info['account_passwd']) . "', '" 
. $account_info['account_firstname']
                                . "','" . $account_info['account_lastname'] . 
"','" . $account_info['account_status']
!                               . "','" . $account_info['account_expires'] . 
"')",__LINE__,__FILE__);
  
                        $accountid = 
$this->db->get_last_insert_id('phpgw_accounts','account_id');
--- 290,294 ----
                                . md5($account_info['account_passwd']) . "', '" 
. $account_info['account_firstname']
                                . "','" . $account_info['account_lastname'] . 
"','" . $account_info['account_status']
!                               . "'," . $account_info['account_expires'] . 
")",__LINE__,__FILE__);
  
                        $accountid = 
$this->db->get_last_insert_id('phpgw_accounts','account_id');




reply via email to

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