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 01:40:20 +0400
committerRouslan Placella <rouslan@placella.com>2012-05-05 19:44:27 +0400
commitec62d5f4b3dd762b44662ae5c89f164285bb741c (patch)
treedb8814b1f90ed63d0dc33e83f5ca7d4cad8f1ba4 /db_tracking.php
parent7b85c709a85ad582cf00e27f1a50f2610f5ee0dc (diff)
Dropped db_links.inc.php
Diffstat (limited to 'db_tracking.php')
-rw-r--r--db_tracking.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/db_tracking.php b/db_tracking.php
index f69ea41aed..4077f75748 100644
--- a/db_tracking.php
+++ b/db_tracking.php
@@ -57,11 +57,6 @@ if ($num_tables == 0 && count($data['ddlog']) == 0) {
// ---------------------------------------------------------------------------
-/*
- * Display top menu links
- */
-require_once 'libraries/db_links.inc.php';
-
// Prepare statement to get HEAD version
$all_tables_query = ' SELECT table_name, MAX(version) as version FROM ' .
PMA_backquote($GLOBALS['cfg']['Server']['pmadb']) . '.' .