summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 10:12:45 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 10:12:45 +0100
commit8fceac4925de76e5e72145885e518553f3024818 (patch)
tree12f45c9b2b11d35e37fbe466cdb3972c74e6c770
parenta278371368e6ece009bd62504788898ae256d868 (diff)
downloadsqltutor-plugin-8fceac4925de76e5e72145885e518553f3024818.tar.gz
sqltutor-plugin-8fceac4925de76e5e72145885e518553f3024818.tar.bz2
sqltutor-plugin-8fceac4925de76e5e72145885e518553f3024818.zip
mod_form: Hide example settings
-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