summaryrefslogtreecommitdiff
path: root/deskutils/horde4-kronolith/files/patch-lib_Driver_sql.php
blob: e831d6991901398efda35d050d79024ef1035583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/Driver/sql.php.orig	Sat May 18 00:58:16 2002
+++ lib/Driver/sql.php	Mon Dec 23 23:12:46 2002
@@ -61,7 +61,7 @@
 
             /* Connect to the SQL server using the supplied parameters. */
             $this->db = &DB::connect($this->params, true);
-            if (DB::isError($this->db) || DB::isWarning($this->db)) {
+            if (DB::isError($this->db)) {
                 Horde::fatal($this->db, __FILE__, __LINE__);
             }