From: moodler Date: Wed, 20 Aug 2003 13:41:56 +0000 (+0000) Subject: OUCH! usegrades should be showgrades X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5b8540e0d521941b7a9995d01cbd935463ae9a75;p=moodle.git OUCH! usegrades should be showgrades --- diff --git a/course/lib.php b/course/lib.php index f2b820928d..43c3d998c4 100644 --- a/course/lib.php +++ b/course/lib.php @@ -792,7 +792,7 @@ function print_course_admin_links($course, $width=180) { } } else { // Students menu - if ($course->usegrades) { + if ($course->showgrades) { $admindata[]="id\">".get_string("grades")."..."; $adminicon[]="\"\""; }