diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-21 11:02:53 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-21 11:02:53 +0100 |
commit | 934b840382d4593299216105a0d74064ecfaf3e2 (patch) | |
tree | e20ce88a05799d388461eb66c53e15d4c8493a81 /sqlbox | |
parent | 4dd307bf59e4245bfe982f45b01e72f9dcd02136 (diff) | |
download | sqltutor-plugin-934b840382d4593299216105a0d74064ecfaf3e2.tar.gz sqltutor-plugin-934b840382d4593299216105a0d74064ecfaf3e2.tar.bz2 sqltutor-plugin-934b840382d4593299216105a0d74064ecfaf3e2.zip |
sqlbox_form: Remove big editor
Diffstat (limited to 'sqlbox')
-rw-r--r-- | sqlbox/sqlbox_form.php | 1 |
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'); } } |