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.

This commit is contained in:
pilpi
2008-11-22 15:52:17 +00:00
parent 414d5bfb7e
commit 9fa363896e
-2
View File
@@ -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);
}