diff --git a/other/upgrade.php b/other/upgrade.php index d8280863dc..c1c7df4978 100644 --- a/other/upgrade.php +++ b/other/upgrade.php @@ -2898,7 +2898,7 @@ function ConvertUtf8() } } $_GET['substep'] = 0; - return true; + return false; } function serialize_to_json() @@ -3781,7 +3781,7 @@ function template_backup_database()
Completed ', $upcontext['cur_table_num'], ' out of ', $upcontext['table_count'], ' tables. -
+
'; @@ -3946,7 +3946,7 @@ function template_database_changes() echo 'Completed in ', $totalTime, '
'; echo ' -
+
'; } @@ -4282,7 +4282,7 @@ function template_convert_utf8() Completed ', $upcontext['cur_table_num'], ' out of ', $upcontext['table_count'], ' tables. -
+
'; @@ -4379,7 +4379,7 @@ function template_serialize_json() Completed ', $upcontext['cur_table_num'], ' out of ', $upcontext['table_count'], ' tables. -
+
';