From 934b840382d4593299216105a0d74064ecfaf3e2 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 21 Nov 2012 11:02:53 +0100 Subject: sqlbox_form: Remove big editor --- sqlbox/sqlbox_form.php | 1 - 1 file changed, 1 deletion(-) (limited to 'sqlbox') 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'); } } -- cgit