phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.config.inc.php,1.7.2.1.2.6


From: skwashd
Subject: [Phpgroupware-cvs] phpgwapi/inc class.config.inc.php,1.7.2.1.2.6
Date: Tue, 9 Aug 2005 15:04:00 +0200

Update of phpgwapi/inc

Modified Files:
     Branch: Version-0_9_16-branch
            class.config.inc.php lines: +2 -2

Log Message:
fix typo - was tested pre commit, but missed as it is not always executed

====================================================
Index: phpgwapi/inc/class.config.inc.php
diff -u phpgwapi/inc/class.config.inc.php:1.7.2.1.2.5 
phpgwapi/inc/class.config.inc.php:1.7.2.1.2.6
--- phpgwapi/inc/class.config.inc.php:1.7.2.1.2.5       Wed Aug  3 08:40:31 2005
+++ phpgwapi/inc/class.config.inc.php   Tue Aug  9 13:04:56 2005
@@ -63,7 +63,7 @@
                                        $this->db->query('DELETE FROM 
phpgw_app_sessions'
                                                . ' WHERE sessionid = \'0\''
                                                        . ' AND loginid = 0'
-                                                       . " AND app = 
'{$this->appname}"
+                                                       . " AND app = 
'{$this->appname}'"
                                                        . ' AND location = 
\'config\'',
                                                __LINE__, __FILE__);
                                }






reply via email to

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