Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3

This commit is contained in:
Weblate 2014-12-17 16:01:06 +01:00
commit 8510ac3a83

View File

@ -805,9 +805,12 @@ function PMA_tableHeader($db_is_system_schema = false, $replication = false)
$cnt = 0; // Let's count the columns...
if ($db_is_system_schema) {
$action_colspan = 4;
$action_colspan = 3;
} else {
$action_colspan = 7;
$action_colspan = 6;
}
if ($GLOBALS['cfg']['NumFavoriteTables'] > 0) {
$action_colspan++;
}
$html_output = '<table class="data">' . "\n"