Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
55f41f051d
@ -605,7 +605,10 @@ if (count($columns) > 0) {
|
||||
. '</form>';
|
||||
} // end if (we have columns in this table)
|
||||
|
||||
$html_output .= '<div id="index_div" class="ajax" >'. PMA_getHtmlForDisplayIndexes();
|
||||
if (PMA_Util::isForeignKeySupported($tbl_storage_engine)) {
|
||||
$html_output .= '<div id="index_div" class="ajax" >'
|
||||
. PMA_getHtmlForDisplayIndexes();
|
||||
}
|
||||
// Render HTML output
|
||||
PMA_Response::getInstance()->addHTML($html_output);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user