Whitespace cleanup.
This commit is contained in:
@@ -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 '';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user