summaryrefslogtreecommitdiff
path: root/sqlbox
diff options
context:
space:
mode:
Diffstat (limited to 'sqlbox')
-rw-r--r--sqlbox/sqlbox_form.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlbox/sqlbox_form.php b/sqlbox/sqlbox_form.php
index be6e20d..eb88b6f 100644
--- a/sqlbox/sqlbox_form.php
+++ b/sqlbox/sqlbox_form.php
@@ -10,7 +10,6 @@ class mod_sqlbox_form extends moodleform {
$mform = &$this->_form;
$mform->addElement('header', 'general', 'SQLBox');
$mform->addElement('text', 'query', 'Query', 'size="50"');
- $mform->addElement('editor', 'query2', 'Query2');
$mform->addElement('submit', 'button', 'Submit');
}
}