From b92ffdf9ac9a6d222956ee93fd653afe1fa9ec8d Mon Sep 17 00:00:00 2001 From: tjhunt Date: Mon, 24 Sep 2007 15:45:29 +0000 Subject: [PATCH] Whitespace cleanup. --- question/type/edit_question_form.php | 2 -- question/type/questiontype.php | 1 - 2 files changed, 3 deletions(-) diff --git a/question/type/edit_question_form.php b/question/type/edit_question_form.php index 8727f86d3c..de676bcee5 100644 --- a/question/type/edit_question_form.php +++ b/question/type/edit_question_form.php @@ -146,7 +146,6 @@ class question_edit_form extends moodleform { // Any questiontype specific fields. $this->definition_inner($mform); - if (!empty($this->question->id)){ $mform->addElement('header', 'createdmodifiedheader', get_string('createdmodifiedheader', 'question')); $a = new object(); @@ -258,7 +257,6 @@ class question_edit_form extends moodleform { function qtype() { return ''; } - } ?> \ No newline at end of file diff --git a/question/type/questiontype.php b/question/type/questiontype.php index 50c51d3b94..9db9ae2001 100644 --- a/question/type/questiontype.php +++ b/question/type/questiontype.php @@ -740,7 +740,6 @@ class default_questiontype { // Core question types should not use this mechanism. Their styles // should be included in the standard theme. - // We only do this once // for this question type, no matter how often this method is called. if ($this->already_done) { -- 2.39.5