From 9d50e1da6601bee2582f76ad850eaba0d5d0b9c0 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Tue, 20 Nov 2012 15:16:44 +0100 Subject: Add input box for sql string. --- sqlbox/view.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sqlbox') diff --git a/sqlbox/view.php b/sqlbox/view.php index a82e9c8..4580f16 100644 --- a/sqlbox/view.php +++ b/sqlbox/view.php @@ -74,5 +74,12 @@ 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 = < + +EOF; + +echo $OUTPUT->heading($form); + // Finish the page echo $OUTPUT->footer(); -- cgit