phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/accounts class.accounts_sql.php, 1.1.1.1.2.6, 1.


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api/accounts class.accounts_sql.php, 1.1.1.1.2.6, 1.1.1.1.2.7
Date: Mon, 10 Nov 2003 00:36:07 +0000

Update of /cvsroot/phpgroupware/api/accounts
In directory subversions:/tmp/cvs-serv17516/api/accounts

Modified Files:
      Tag: proposal-branch
        class.accounts_sql.php 
Log Message:
- Created a *basic* user profile editor, mainly so it will be easier to create 
the contacts class around it
- Added basic parts to auth.change_passsword, it only works for current user 
and needs to ACL checking
- I added profile.xsl pending talking to Seek3r about combing about.xsl, 
home.xsl and profile.xsl into base.xsl
- Added api.statecache.cancel, which will put you into the previous op history 
item.
  I didn't use prevop becuase if you refresh that form, or submit it, it will 
throw things off


Index: class.accounts_sql.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/accounts/class.accounts_sql.php,v
retrieving revision 1.1.1.1.2.6
retrieving revision 1.1.1.1.2.7
diff -C2 -d -r1.1.1.1.2.6 -r1.1.1.1.2.7
*** class.accounts_sql.php      7 Nov 2003 19:11:03 -0000       1.1.1.1.2.6
--- class.accounts_sql.php      10 Nov 2003 00:36:04 -0000      1.1.1.1.2.7
***************
*** 105,109 ****
                                . "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__);
--- 105,109 ----
                                . "account_lastname='" . 
$this->data['lastname'] . "',"
                                . "account_status='" . $this->data['status'] . 
"',"
!                               . "account_expires='" . 
$this->db->to_timestamp($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]