From 37a70d3204358bb6f55126ef3c47959cddb656e7 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 4 Dec 2015 19:49:09 +0000 Subject: [PATCH] modified: include/dbstructure.php removed uneeded break; It causes errors with php 7.0. --- include/dbstructure.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/dbstructure.php b/include/dbstructure.php index 0dd74ab15f..2078c208a2 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -62,7 +62,6 @@ function update_fail($update_id, $error_message){ */ //try the logger logger("CRITICAL: Database structure update failed: ".$retval); - break; }