From 678a87954085f2cd6a0193403f4ba5d512ba7008 Mon Sep 17 00:00:00 2001 From: Mohamed Ashraf Date: Thu, 21 Mar 2013 21:15:23 +0200 Subject: [PATCH] Removed useless code --- tbl_relation.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tbl_relation.php b/tbl_relation.php index 5a7977999d..2200cd63cf 100644 --- a/tbl_relation.php +++ b/tbl_relation.php @@ -28,8 +28,6 @@ $scripts = $header->getScripts(); $scripts->addFile('tbl_relation.js'); $scripts->addFile('indexes.js'); -$url_query .= '&goto=tbl_sql.php'; - /** * Sets globals from $_POST */ @@ -569,8 +567,6 @@ if (count($columns) > 0) { $html_output .= '' . "\n"; } else { $html_output .= __('No index defined! Create one below'); - //$html_output .= "". - //"create index"; } // end if (a key exists) $html_output .= ''; } // end if (InnoDB) @@ -608,6 +604,7 @@ if (count($columns) > 0) { . '' . ''; } // end if (we have columns in this table) + $html_output .= '
'. PMA_getHtmlForDisplayIndexes(); // Render HTML output PMA_Response::getInstance()->addHTML($html_output);