diff options
Diffstat (limited to 'deskutils/kronolith/files/patch-lib_Driver_sql.php')
-rw-r--r-- | deskutils/kronolith/files/patch-lib_Driver_sql.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/kronolith/files/patch-lib_Driver_sql.php b/deskutils/kronolith/files/patch-lib_Driver_sql.php new file mode 100644 index 000000000000..e831d6991901 --- /dev/null +++ b/deskutils/kronolith/files/patch-lib_Driver_sql.php @@ -0,0 +1,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__); + } + |