From: pilpi Date: Sat, 22 Nov 2008 15:52:17 +0000 (+0000) Subject: quiz editing: MDL-17293 removed two lines of code that did nothing good but some... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9fa363896eaf8e95670823abdfdd7aab789bad5d;p=moodle.git quiz editing: MDL-17293 removed two lines of code that did nothing good but some bad, showing an extra form where it should have not been. --- diff --git a/question/category_class.php b/question/category_class.php index f927702463..d65f0946f9 100644 --- a/question/category_class.php +++ b/question/category_class.php @@ -302,8 +302,6 @@ class question_category_object { $category->categoryheader = $this->str->edit; $this->catform->set_data($category); $this->catform->display(); - $this->catform_rand->set_data($category); - $this->catform_rand->display(); } else { print_error('invalidcategory', '', '', $categoryid); }