modified: include/dbstructure.php removed uneeded break; It causes errors with php 7.0.

This commit is contained in:
root 2015-12-04 19:49:09 +00:00
parent 4e725c3699
commit 37a70d3204
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ function update_fail($update_id, $error_message){
*/
//try the logger
logger("CRITICAL: Database structure update failed: ".$retval);
break;
}