Removed useless code

This commit is contained in:
Mohamed Ashraf 2013-03-21 21:15:23 +02:00
parent c2004e35e3
commit 678a879540

View File

@ -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 .= '</span>' . "\n";
} else {
$html_output .= __('No index defined! Create one below');
//$html_output .= "<a class='create_index' href='#'>".
//"create index</a>";
} // end if (a key exists)
$html_output .= '</td>';
} // end if (InnoDB)
@ -608,6 +604,7 @@ if (count($columns) > 0) {
. '</fieldset>'
. '</form>';
} // end if (we have columns in this table)
$html_output .= '<div id="index_div" class="ajax" >'. PMA_getHtmlForDisplayIndexes();
// Render HTML output
PMA_Response::getInstance()->addHTML($html_output);