0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

upgrade.php:

- add hint about ?debug=1


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1130 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2011-07-25 23:28:32 +00:00
parent 032a795795
commit b2d953071c

View File

@ -147,6 +147,7 @@ function _do_upgrade($current_version) {
}
echo "<p>Updating database:</p><p>- old version: $current_version; target version: $target_version</p>";
echo "<div style='color:#999'>&nbsp;&nbsp;(If the update doesn't work, run setup.php?debug=1 to see the detailed error messages and SQL queries.)</div>";
for ($i = $current_version +1; $i <= $target_version; $i++) {
$function = "upgrade_$i";