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_relation.php
parentec62d5f4b3dd762b44662ae5c89f164285bb741c (diff)
Dropped tbl_links.inc.php
Diffstat (limited to 'tbl_relation.php')
-rw-r--r--tbl_relation.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/tbl_relation.php b/tbl_relation.php
index 51930f3a81..12871b6cc1 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -44,16 +44,6 @@ foreach ($post_params as $one_post_param) {
*/
require_once 'libraries/tbl_info.inc.php';
-// Note: in libraries/tbl_links.inc.php we get and display the table comment.
-// For InnoDB, this comment contains the REFER information but any update
-// has not been done yet (will be done in tbl_relation.php later).
-$avoid_show_comment = true;
-
-/**
- * Displays top menu links
- */
-require_once 'libraries/tbl_links.inc.php';
-
$options_array = array(
'CASCADE' => 'CASCADE',
'SET_NULL' => 'SET NULL',