phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18511] fix quoting of userid - fixes sv bug #22733 a


From: Dave Hall
Subject: [Phpgroupware-cvs] [18511] fix quoting of userid - fixes sv bug #22733 and debBTS #472679 - not merging to trunk as code has been removed in resight tree - will be merged soon i hope
Date: Thu, 27 Mar 2008 10:06:47 +0000

Revision: 18511
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18511
Author:   skwashd
Date:     2008-03-27 10:06:46 +0000 (Thu, 27 Mar 2008)

Log Message:
-----------
fix quoting of userid - fixes sv bug #22733 and debBTS #472679 - not merging to 
trunk as code has been removed in resight tree - will be merged soon i hope

Ticket Links:
:-----------
    http://savannah.gnu.org/bugs/?22733

Modified Paths:
--------------
    branches/Version-0_9_16-branch/phpgwapi/inc/class.config.inc.php

Modified: branches/Version-0_9_16-branch/phpgwapi/inc/class.config.inc.php
===================================================================
--- branches/Version-0_9_16-branch/phpgwapi/inc/class.config.inc.php    
2008-03-26 10:06:09 UTC (rev 18510)
+++ branches/Version-0_9_16-branch/phpgwapi/inc/class.config.inc.php    
2008-03-27 10:06:46 UTC (rev 18511)
@@ -62,7 +62,7 @@
                                {
                                        $this->db->query('DELETE FROM 
phpgw_app_sessions'
                                                . ' WHERE sessionid = \'0\''
-                                                       . ' AND loginid = 0'
+                                                       . ' AND loginid = \'0\''
                                                        . " AND app = 
'{$this->appname}'"
                                                        . ' AND location = 
\'config\'',
                                                __LINE__, __FILE__);






reply via email to

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