From: pilpi <pilpi>
Date: Fri, 28 Nov 2008 18:58:30 +0000 (+0000)
Subject: quiz editing: MDL-17294 removed unnecessary comment
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4897ae1b94fdbbf60993f7305c75d4028b56b9b7;p=moodle.git

quiz editing: MDL-17294 removed unnecessary comment
---

diff --git a/mod/quiz/edit.php b/mod/quiz/edit.php
index 29ec41811c..2a4d96ab5f 100644
--- a/mod/quiz/edit.php
+++ b/mod/quiz/edit.php
@@ -433,10 +433,6 @@ if (optional_param('savechanges', false, PARAM_BOOL) and confirm_sesskey()) {
     $rawgrades = (array) data_submitted();
     $moveonpagequestions = array();
     $moveselectedonpage=0;
-    //TODO: Tim: since we are not submitting all of the grades at once in quiz
-    // UI redesign, we cannot unset it since then we could not display it.
-    //Is there really a need to get rid of the old data here?
-    //unset($quiz->grades);
     $moveselectedonpagetop=optional_param("moveselectedonpagetop",0,PARAM_INT);
     $moveselectedonpagebottom=optional_param("moveselectedonpagebottom",0,
             PARAM_INT);