summaryrefslogtreecommitdiff
path: root/sqlbox
diff options
context:
space:
mode:
Diffstat (limited to 'sqlbox')
-rw-r--r--sqlbox/mod_form.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlbox/mod_form.php b/sqlbox/mod_form.php
index 4f7c820..c59fba7 100644
--- a/sqlbox/mod_form.php
+++ b/sqlbox/mod_form.php
@@ -62,7 +62,7 @@ class mod_sqlbox_mod_form extends moodleform_mod {
$this->add_intro_editor();
$mform->addElement('text', 'query', 'SQL Query', 'size="50"');
-
+/*
//-------------------------------------------------------------------------------
// Adding the rest of sqlbox settings, spreeading all them into this fieldset
// or adding more fieldsets ('header' elements) if needed for better logic
@@ -70,6 +70,7 @@ class mod_sqlbox_mod_form extends moodleform_mod {
$mform->addElement('header', 'sqlboxfieldset', get_string('sqlboxfieldset', 'sqlbox'));
$mform->addElement('static', 'label2', 'sqlboxsetting2', 'Your sqlbox fields go here. Replace me!');
+ */
//-------------------------------------------------------------------------------
// add standard elements, common to all modules