print_string('langpackwillbeupdated', 'admin');
print_box_end();
}
- echo '<form action="index.php"><div>';
- echo '<input type="hidden" name="confirmupgrade" value="1" />';
- echo '<input type="hidden" name="confirmrelease" value="1" />';
- echo '</div>';
- echo '<div class="continuebutton">';
- echo '<br /><br /><input type="submit" value="'.get_string('continue').'" /></div>';
- echo '</form>';
+ print_continue('index.php?confirmupgrade=1&confirmrelease=1');
}
print_footer('none');
echo '<div class="continuebutton">';
print_single_button('index.php', array('confirmupgrade' => 1, 'confirmrelease' => 1), get_string('reload'), 'get');
echo '</div><br />';
- echo '<form action="index.php"><div>';
- echo '<input type="hidden" name="confirmupgrade" value="1" />';
- echo '<input type="hidden" name="confirmrelease" value="1" />';
- echo '<input type="hidden" name="confirmplugincheck" value="1" />';
- echo '</div>';
- echo '<br /><br /><input type="submit" value="'.get_string('continue').'" /></div>';
- echo '</form>';
+ print_continue('index.php?confirmupgrade=1&confirmrelease=1&confirmplugincheck=1');
print_footer('none');
die();
$string['upgradetimedout'] = 'Upgrade timed out, please restart the upgrade.';
$string['upgradingdata'] = 'Upgrading data';
$string['upgradinglogs'] = 'Upgrading logs';
+$string['upgradingversion'] = 'Upgrading to new version';
$string['uploaduserspreview'] = 'Upload users preview';
$string['uploadusersresult'] = 'Upload users results';
$string['upwards'] = 'upwards';
} else {
if (!CLI_SCRIPT and !defined('HEADER_PRINTED')) {
- $strupgrade = get_string('upgrade');
+ $strupgrade = get_string('upgradingversion', 'admin');
print_header($strupgrade, $strupgrade,
build_navigation(array(array('name' => $strupgrade, 'link' => null, 'type' => 'misc'))), '',
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
- $version = 2009011101; // YYYYMMDD = date of the last version bump
+ $version = 2009011301; // YYYYMMDD = date of the last version bump
// XX = daily increments
$release = '2.0 dev (Build: 20090113)'; // Human-friendly version name