From f5c7df4c324d3157ab47469f492ecdb2a4b82e93 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 17 Jan 2013 02:39:39 -0500 Subject: [PATCH] Merge branch 'schema_upgrades' into release-0.9 --- program/lib/Roundcube/rcube_db.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/program/lib/Roundcube/rcube_db.php b/program/lib/Roundcube/rcube_db.php index 3e46179..086a38a 100644 --- a/program/lib/Roundcube/rcube_db.php +++ b/program/lib/Roundcube/rcube_db.php @@ -402,6 +402,7 @@ // destroy reference to previous result, required for SQLite driver (#1488874) $this->last_result = null; + $this->db_error_msg = null; // send query $query = $this->dbh->query($query); -- Gitblit v1.9.1