summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-04-25 09:34:54 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-04-25 09:34:54 +0000
commitd5edf8aae1cb0be05d392991c34f4fa1a0ace177 (patch)
treeccf29927edef0ce11ebfdcac2fa56e47e2249df0 /roundcubemail/program
parentc9c64f7e2f19793a03d3252531a5b98e8ad13785 (diff)
Remove unnecessary code (thanks Alec)
git-svn-id: https://svn.roundcube.net/trunk@4694 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/include/rcube_mdb2.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_mdb2.php b/roundcubemail/program/include/rcube_mdb2.php
index 1142f46c2..b25938bf8 100644
--- a/roundcubemail/program/include/rcube_mdb2.php
+++ b/roundcubemail/program/include/rcube_mdb2.php
@@ -664,7 +664,6 @@ class rcube_mdb2
'message' => $res->getMessage() . " Query: "
. substr(preg_replace('/[\r\n]+\s*/', ' ', $res->userinfo), 0, 512)),
true, false);
- $res = false;
}
$res_id = sizeof($this->a_query_results);