aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-11-11 12:13:51 +0100
committerNils Adermann <naderman@naderman.de>2010-11-11 12:13:51 +0100
commitb02cec86d40345f7ad28d0cca4e409766f0e65c2 (patch)
tree09a6cb6cbc16b53f4dd6ccef521ab07e01e177d1
parent396af3853fc2d86b255db0f71e56a9f880ee2509 (diff)
downloadforums-b02cec86d40345f7ad28d0cca4e409766f0e65c2.tar
forums-b02cec86d40345f7ad28d0cca4e409766f0e65c2.tar.gz
forums-b02cec86d40345f7ad28d0cca4e409766f0e65c2.tar.bz2
forums-b02cec86d40345f7ad28d0cca4e409766f0e65c2.tar.xz
forums-b02cec86d40345f7ad28d0cca4e409766f0e65c2.zip
[develop-olympus] Revert accidental revert of db update lang fix and version
Really not my day, is it?
-rw-r--r--phpBB/install/database_update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 78d9067003..8d1755f8a6 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -8,7 +8,7 @@
*
*/
-$updates_to_version = '3.0.8-RC1';
+$updates_to_version = '3.0.9-dev';
// Enter any version to update from to test updates. The version within the db will not be updated.
$debug_from_version = false;
@@ -477,7 +477,7 @@ else
<p><?php echo ((isset($lang['INLINE_UPDATE_SUCCESSFUL'])) ? $lang['INLINE_UPDATE_SUCCESSFUL'] : 'The database update was successful. Now you need to continue the update process.'); ?></p>
- <p><a href="<?php echo append_sid("{$phpbb_root_path}install/index.{$phpEx}", "mode=update&amp;sub=file_check&amp;lang=$language"); ?>" class="button1"><?php echo (isset($lang['CONTINUE_UPDATE_NOW'])) ? $lang['CONTINUE_UPDATE_NOW'] : 'Continue the update process now'; ?></a></p>
+ <p><a href="<?php echo append_sid("{$phpbb_root_path}install/index.{$phpEx}", "mode=update&amp;sub=file_check&amp;language=$language"); ?>" class="button1"><?php echo (isset($lang['CONTINUE_UPDATE_NOW'])) ? $lang['CONTINUE_UPDATE_NOW'] : 'Continue the update process now'; ?></a></p>
<?php
}