From 8cd948206613e390a897a961677c6e5db6a1ff8f Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 5 Mar 2008 05:36:49 +0000 Subject: [PATCH] Fix the display of the release (merged from 1.9) --- admin/index.php | 2 +- lib/weblib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/index.php b/admin/index.php index 79e7b70864..c429aa018b 100644 --- a/admin/index.php +++ b/admin/index.php @@ -652,7 +652,7 @@ ////////////////////////////////////////////////////////////////////////////////////////////////// //// IT IS ILLEGAL AND A VIOLATION OF THE GPL TO HIDE, REMOVE OR MODIFY THIS COPYRIGHT NOTICE /// $copyrighttext = 'Moodle '. - ''.$CFG->release.' ('.$CFG->version.')
'. + ''.$CFG->release.'
'. 'Copyright © 1999 onwards, Martin Dougiamas
'. 'and many other contributors.
'. 'GNU Public License'; diff --git a/lib/weblib.php b/lib/weblib.php index e2997e6903..6b418a106e 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2890,7 +2890,7 @@ function print_footer($course=NULL, $usercourse=NULL, $return=false) { } else if ($course === 'home') { // special case for site home page - please do not remove $course = get_site(); $homelink = ''; $home = true; -- 2.39.5