Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2013-03-22 12:59:37 +01:00
commit 55f41f051d

View File

@ -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);