diff options
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(); |