Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-06-02 16:43:09 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:04 +0400
commiteb98110541b3b6e8436e004f67f077ad7126af43 (patch)
treedb6c25287e2e1426d788fc09d5d8a389136d3b34 /db_qbe.php
parent4d83b7f147bb13bc46586dd13d9a18a1ac5c4b39 (diff)
Dropped footer.inc.php
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 27ba771966..df022b4873 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -102,7 +102,6 @@ $tbl_result = PMA_DBI_query(
$tbl_result_cnt = PMA_DBI_num_rows($tbl_result);
if (0 == $tbl_result_cnt) {
PMA_Message::error(__('No tables found in database.'))->display();
- include 'libraries/footer.inc.php';
exit;
}
@@ -949,9 +948,3 @@ if (! empty($qry_orderby)) {
</fieldset>
</div>
</form>
-<?php
-/**
- * Displays the footer
- */
-require 'libraries/footer.inc.php';
-?>