From cd129665ef3baab31489dae51282341d5d8763e3 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 13 Jun 2017 05:56:02 +0000 Subject: [PATCH] =?UTF-8?q?=C3=B6rgs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/dba.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dba.php b/include/dba.php index e1330d4424..3e62da892f 100644 --- a/include/dba.php +++ b/include/dba.php @@ -691,7 +691,7 @@ class dba { self::close($stmt); - } while ((self::$dbo->errorno = 1213) && (--$timeout > 0)); + } while ((self::$dbo->errorno == 1213) && (--$timeout > 0)); if (self::$dbo->errorno != 0) { // We have to preserve the error code, somewhere in the logging it get lost