diff --git a/upgrade.php b/upgrade.php index 3986b29c..7be7a7dc 100644 --- a/upgrade.php +++ b/upgrade.php @@ -146,7 +146,7 @@ function _do_upgrade($current_version) { return true; } - echo "

Updating database:

- old version: $current_version; target version: $target_version

"; + echo "

Updating database:

- old version: $current_version; target version: $target_version

\n"; echo "
  (If the update doesn't work, run setup.php?debug=1 to see the detailed error messages and SQL queries.)
"; for ($i = $current_version +1; $i <= $target_version; $i++) {