]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11718 minor cleanup
authorskodak <skodak>
Sat, 27 Oct 2007 20:16:51 +0000 (20:16 +0000)
committerskodak <skodak>
Sat, 27 Oct 2007 20:16:51 +0000 (20:16 +0000)
grade/report/user/index.php

index 68ef71a109f8f70e423627d8fe4f3ad326f2496c..800540645c75939ac0247f5a451bab766cbf0c8a 100644 (file)
@@ -88,9 +88,6 @@ if ($access) {
     // Create a report instance
     $report = new grade_report_user($courseid, $gpr, $context, $userid);
 
-    $gradetotal = 0;
-    $gradesum = 0;
-
     // print the page
     print_heading(get_string('modulename', 'gradereport_user'). ' - '.fullname($report->user));