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


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

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.80
retrieving revision 1.80.2.1
diff -C2 -r1.80 -r1.80.2.1
*** class.accounts_sql.inc.php  13 Jan 2002 03:53:43 -0000      1.80
--- class.accounts_sql.inc.php  2 Apr 2002 14:15:13 -0000       1.80.2.1
***************
*** 74,81 ****
                        $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__);
                }
  
--- 74,80 ----
                        $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__);
                }
  
***************
*** 289,293 ****
                                . 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');
--- 288,292 ----
                                . 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]