summaryrefslogtreecommitdiff
path: root/sqlbox/sqlbox_form.php
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-21 11:02:53 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-21 11:02:53 +0100
commit934b840382d4593299216105a0d74064ecfaf3e2 (patch)
treee20ce88a05799d388461eb66c53e15d4c8493a81 /sqlbox/sqlbox_form.php
parent4dd307bf59e4245bfe982f45b01e72f9dcd02136 (diff)
downloadsqltutor-plugin-934b840382d4593299216105a0d74064ecfaf3e2.tar.gz
sqltutor-plugin-934b840382d4593299216105a0d74064ecfaf3e2.tar.bz2
sqltutor-plugin-934b840382d4593299216105a0d74064ecfaf3e2.zip
sqlbox_form: Remove big editor
Diffstat (limited to 'sqlbox/sqlbox_form.php')
-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');
}
}