From 93269a59dcc12a69969fdee366cc491fd8c4c35c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 21 Nov 2012 11:03:30 +0100 Subject: sqlbox: Remove "Yay! It works!" --- sqlbox/view.php | 1 - 1 file changed, 1 deletion(-) (limited to 'sqlbox') 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(); -- cgit