From 8e9f58c5220355c88aea274f546f4726d71f2c16 Mon Sep 17 00:00:00 2001 From: sbulen Date: Sat, 20 May 2017 10:55:22 -0700 Subject: [PATCH] Minor tweaks to upgrader Signed by Shawn Bulen, bulens@pacbell.net --- other/upgrade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. -
+
';