The branch, QA_3_4 has been updated via 29940ea6b077935c48d2e946c3c41d1063443782 (commit) from 24a77645339b9cb32c524456a10dcd0272fdb926 (commit)
- Log ----------------------------------------------------------------- commit 29940ea6b077935c48d2e946c3c41d1063443782 Author: Marc Delisle marc@infomarc.info Date: Tue May 24 10:51:26 2011 -0400
Put back the div that was generated by previous slider
-----------------------------------------------------------------------
Summary of changes: tbl_structure.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tbl_structure.php b/tbl_structure.php index bb4cc06..ffdb0d2 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -706,6 +706,7 @@ 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); } @@ -924,7 +925,7 @@ if ($cfg['ShowStats']) { </tbody> </table>
- <!-- close slider div --> + <!-- close tablestatistics div --> </div>
<?php
hooks/post-receive