diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-21 11:03:30 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-21 11:03:30 +0100 |
commit | 93269a59dcc12a69969fdee366cc491fd8c4c35c (patch) | |
tree | ca823bf9454bdd6408b601411e20c0643dc2ebce /sqlbox/view.php | |
parent | 934b840382d4593299216105a0d74064ecfaf3e2 (diff) | |
download | sqltutor-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.php | 1 |
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(); |