diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-21 11:02:29 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-21 11:02:29 +0100 |
commit | 4dd307bf59e4245bfe982f45b01e72f9dcd02136 (patch) | |
tree | 6a5ee3d753b773b8fe6d099d2bf6ab58d8468f5b | |
parent | f1234ad5c967e2fc3f18662d32362cdfc5a93495 (diff) | |
download | sqltutor-plugin-4dd307bf59e4245bfe982f45b01e72f9dcd02136.tar.gz sqltutor-plugin-4dd307bf59e4245bfe982f45b01e72f9dcd02136.tar.bz2 sqltutor-plugin-4dd307bf59e4245bfe982f45b01e72f9dcd02136.zip |
sqlbox: Add support for issuing query to database
-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 0f371b8..b6d4f45 100644 --- a/sqlbox/view.php +++ b/sqlbox/view.php @@ -95,6 +95,5 @@ if (isset($data->query)) { } } - // Finish the page echo $OUTPUT->footer(); |