Remove div which seems to be leftover from slider removal

This commit is contained in:
Michal Čihař 2011-06-02 15:17:27 +02:00
parent 3cb40926c0
commit 095e0818b8

View File

@ -706,7 +706,6 @@ if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) {
// BEGIN - Calc Table Space
// Get valid statistics whatever is the table type
if ($cfg['ShowStats']) {
echo '<div id="tablestatistics">';
if (empty($showtable)) {
$showtable = PMA_Table::sGetStatusInfo($GLOBALS['db'], $GLOBALS['table'], null, true);
}
@ -925,9 +924,6 @@ if ($cfg['ShowStats']) {
</tbody>
</table>
<!-- close tablestatistics div -->
</div>
<?php
}
// END - Calc Table Space