phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.45,1.46


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.45,1.46
Date: Sun, 19 May 2002 18:59:04 -0400

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

Modified Files:
        class.preferences.inc.php 
Log Message:
same as previous commit, but for the delete



Index: class.preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.preferences.inc.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** class.preferences.inc.php   19 May 2002 22:57:41 -0000      1.45
--- class.preferences.inc.php   19 May 2002 22:59:00 -0000      1.46
***************
*** 216,221 ****
                        {
                                $this->db->transaction_begin();
!                               $this->db->query("DELETE FROM phpgw_preferences 
WHERE preference_owner='" . $this->account_id
!                                       . "'",__LINE__,__FILE__);
  
                                if (floor(phpversion()) < 4)
--- 216,221 ----
                        {
                                $this->db->transaction_begin();
!                               $this->db->query("DELETE FROM phpgw_preferences 
WHERE preference_owner=" . intval($this->account_id),
!                                       __LINE__,__FILE__);
  
                                if (floor(phpversion()) < 4)




reply via email to

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