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