Merge branch 'QA_3_3'

This commit is contained in:
Michal Čihař
2010-04-16 09:58:27 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -224,7 +224,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
</tr>
</thead>
<tbody id="id_tbody_<?php echo $t_n_url ?>"
<?php if (! isset($tab_pos[$t_n])) echo 'style="display: none;"'; ?>>
<?php if ( isset($tab_pos[$t_n])) echo 'style="display: none;"'; ?>>
<?php
$display_field = PMA_getDisplayField($db, $GLOBALS['PMD']["TABLE_NAME_SMALL"][$i]);
for ($j = 0, $id_cnt = count($tab_column[$t_n]["COLUMN_ID"]); $j < $id_cnt; $j++) {