mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'wip-mdl-38382' of git://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
e314a6436e
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,8 @@ if ($version > $CFG->version) { // upgrade
|
||||||
|
|
||||||
if (empty($confirmupgrade)) {
|
if (empty($confirmupgrade)) {
|
||||||
$a = new stdClass();
|
$a = new stdClass();
|
||||||
$a->oldversion = "$CFG->release ($CFG->version)";
|
$a->oldversion = "$CFG->release (".sprintf('%.2f', $CFG->version).")";
|
||||||
$a->newversion = "$release ($version)";
|
$a->newversion = "$release (".sprintf('%.2f', $version).")";
|
||||||
$strdatabasechecking = get_string('databasechecking', '', $a);
|
$strdatabasechecking = get_string('databasechecking', '', $a);
|
||||||
|
|
||||||
$PAGE->set_title($stradministration);
|
$PAGE->set_title($stradministration);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue