Whitespace cleanup.

This commit is contained in:
tjhunt
2007-09-24 15:45:29 +00:00
parent 651f7cf277
commit b92ffdf9ac
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -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 '';
}
}
?>
-1
View File
@@ -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) {