phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.db.inc.php,1.14


From: skwashd
Subject: [Phpgroupware-cvs] phpgwapi/inc class.db.inc.php,1.14
Date: Thu, 24 Feb 2005 15:54:58 -0000

Update of phpgwapi/inc

Modified Files:
     Branch: MAIN
            class.db.inc.php lines: +2 -2

Log Message:
closing bug #11651

====================================================
Index: phpgwapi/inc/class.db.inc.php
diff -u phpgwapi/inc/class.db.inc.php:1.13 phpgwapi/inc/class.db.inc.php:1.14
--- phpgwapi/inc/class.db.inc.php:1.13  Sun Jan 16 22:05:20 2005
+++ phpgwapi/inc/class.db.inc.php       Fri Jan 21 08:36:47 2005
@@ -208,7 +208,7 @@
                                $this->connect();
                        }
                        $this->resultSet = $this->adodb->Execute($Query_String);
-                       if(!$this->resultSet && $this->Halt_On_Error = 'yes')
+                       if(!$this->resultSet && $this->Halt_On_Error == 'yes')
                        {
                                echo $Query_String.'<br>';
                                echo $this->adodb->ErrorMsg();






reply via email to

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