summaryrefslogtreecommitdiff
path: root/sqlbox/view.php
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-21 11:03:30 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-21 11:03:30 +0100
commit93269a59dcc12a69969fdee366cc491fd8c4c35c (patch)
treeca823bf9454bdd6408b601411e20c0643dc2ebce /sqlbox/view.php
parent934b840382d4593299216105a0d74064ecfaf3e2 (diff)
downloadsqltutor-plugin-93269a59dcc12a69969fdee366cc491fd8c4c35c.tar.gz
sqltutor-plugin-93269a59dcc12a69969fdee366cc491fd8c4c35c.tar.bz2
sqltutor-plugin-93269a59dcc12a69969fdee366cc491fd8c4c35c.zip
sqlbox: Remove "Yay! It works!"
Diffstat (limited to 'sqlbox/view.php')
-rw-r--r--sqlbox/view.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlbox/view.php b/sqlbox/view.php
index b6d4f45..f15c5e4 100644
--- a/sqlbox/view.php
+++ b/sqlbox/view.php
@@ -73,7 +73,6 @@ if ($sqlbox->intro) { // Conditions to show the intro can change to look for own
}
// Replace the following lines with you own code
-echo $OUTPUT->heading('Yay! It works!');
$form = new mod_sqlbox_form($PAGE->url->out(false));
$form->display();