From 9fa363896eaf8e95670823abdfdd7aab789bad5d Mon Sep 17 00:00:00 2001 From: pilpi Date: Sat, 22 Nov 2008 15:52:17 +0000 Subject: [PATCH] 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. --- question/category_class.php | 2 -- 1 file changed, 2 deletions(-) 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); } -- 2.39.5