From: skodak Date: Sat, 27 Oct 2007 20:16:51 +0000 (+0000) Subject: MDL-11718 minor cleanup X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8aaa9d57be84009ccaae8fd94a30f1c4233c37da;p=moodle.git MDL-11718 minor cleanup --- diff --git a/grade/report/user/index.php b/grade/report/user/index.php index 68ef71a109..800540645c 100644 --- a/grade/report/user/index.php +++ b/grade/report/user/index.php @@ -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));