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 .= '