From 8aaa9d57be84009ccaae8fd94a30f1c4233c37da Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 27 Oct 2007 20:16:51 +0000 Subject: [PATCH] MDL-11718 minor cleanup --- grade/report/user/index.php | 3 --- 1 file changed, 3 deletions(-) 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)); -- 2.39.5