aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-02-26 09:34:10 +0100
committerThomas Lange <code@nerdmind.de>2017-02-26 09:34:10 +0100
commit0df554ec193c0842f0e1db89a1d99358facd40c5 (patch)
tree03b0df97f223836a7e5174280feaafce452f1459
parentd83515b31ff5dcee19e9d31a04134619503d6f61 (diff)
downloadblog-0df554ec193c0842f0e1db89a1d99358facd40c5.tar.gz
blog-0df554ec193c0842f0e1db89a1d99358facd40c5.tar.xz
blog-0df554ec193c0842f0e1db89a1d99358facd40c5.zip
Added support for multiple queries in a single request (supplement).
-rw-r--r--template/admin/html/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/html/database.php b/template/admin/html/database.php
index 92c5103..3aad84e 100644
--- a/template/admin/html/database.php
+++ b/template/admin/html/database.php
@@ -14,7 +14,7 @@
<textarea id="content-editor" placeholder="<?=$Language->template('database_warning')?>" name="command"><?=escapeHTML($FORM['COMMAND'])?></textarea>
</section>
-<?php if(isset($FORM['RESULT'])): ?>
+<?php if($FORM['RESULT']): ?>
<section class="flex flex-padding background flex-direction-column">
<pre id="database-result"><?=escapeHTML($FORM['RESULT'])?></pre>
</section>