Fixed heading on release notes display

This commit is contained in:
moodler 2003-05-29 03:24:50 +00:00
parent 81716d0d33
commit 12fa80ff34

View file

@ -196,7 +196,7 @@
if ($release <> $CFG->release) { // Update the release version if ($release <> $CFG->release) { // Update the release version
$strcurrentrelease = get_string("currentrelease"); $strcurrentrelease = get_string("currentrelease");
print_header($strcurrentrelease, $strcurrentrelease, $strcurrentrelease, "", "", false, "&nbsp;", "&nbsp;"); print_header($strcurrentrelease, $strcurrentrelease, $strcurrentrelease, "", "", false, "&nbsp;", "&nbsp;");
print_heading($release); print_heading("Moodle $release");
if (!set_config("release", $release)) { if (!set_config("release", $release)) {
notify("ERROR: Could not update release version in database!!"); notify("ERROR: Could not update release version in database!!");
} }