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-05-01 02:41:07 +0400
committerRouslan Placella <rouslan@placella.com>2012-05-05 19:44:27 +0400
commit2c805ade8b3323e518238b38f56d5382759f9e7c (patch)
tree314745c6f512cb287751b17a967f4e2d1cedc70b /sql.php
parentec62d5f4b3dd762b44662ae5c89f164285bb741c (diff)
Dropped tbl_links.inc.php
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql.php b/sql.php
index dcb5b95cef..9c1cb81477 100644
--- a/sql.php
+++ b/sql.php
@@ -923,7 +923,6 @@ if ((0 == $num_rows && 0 == $unlim_num_rows) || $is_affected) {
include 'libraries/tbl_common.php';
$url_query .= '&amp;goto=tbl_sql.php&amp;back=tbl_sql.php';
include 'libraries/tbl_info.inc.php';
- include 'libraries/tbl_links.inc.php';
} elseif (strlen($db)) {
include 'libraries/db_common.inc.php';
include 'libraries/db_info.inc.php';