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 /tbl_addfield.php
parentec62d5f4b3dd762b44662ae5c89f164285bb741c (diff)
Dropped tbl_links.inc.php
Diffstat (limited to 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index b6c38caf75..cbf55dca0b 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -222,13 +222,8 @@ if ($abort == false) {
*/
include_once 'libraries/tbl_common.php';
include_once 'libraries/tbl_info.inc.php';
- /**
- * Displays top menu links
- */
+
$active_page = 'tbl_structure.php';
- if ($GLOBALS['is_ajax_request'] != true) {
- include_once 'libraries/tbl_links.inc.php';
- }
/**
* Display the form
*/