From 4897ae1b94fdbbf60993f7305c75d4028b56b9b7 Mon Sep 17 00:00:00 2001 From: pilpi Date: Fri, 28 Nov 2008 18:58:30 +0000 Subject: [PATCH] quiz editing: MDL-17294 removed unnecessary comment --- mod/quiz/edit.php | 4 ---- 1 file changed, 4 deletions(-) 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); -- 2.39.5