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

pull/2143/merge
root 2015-12-04 19:49:09 +00:00
rodzic 4e725c3699
commit 37a70d3204
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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