patch #1726500 Wrong position of </tbody>

This commit is contained in:
Marc Delisle
2007-05-28 16:48:39 +00:00
parent b8b8d3649e
commit cd347f3058
2 changed files with 3 additions and 2 deletions

View File

@@ -1913,12 +1913,12 @@ function PMA_displayTable(&$dt_result, &$the_disp_mode, $analyzed_sql)
$url_query='';
echo '<tbody>' . "\n";
PMA_displayTableBody($dt_result, $is_display, $map, $analyzed_sql);
echo '</tbody>' . "\n";
// vertical output case
if ($_SESSION['userconf']['disp_direction'] == 'vertical') {
PMA_displayVerticalTable();
} // end if
unset($vertical_display);
echo '</tbody>' . "\n";
?>
</table>