Remove div which seems to be leftover from slider removal
This commit is contained in:
parent
3cb40926c0
commit
095e0818b8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user