[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-1975-g84006bf

Marc Delisle lem9 at users.sourceforge.net
Tue May 24 16:53:30 CEST 2011


The branch, master has been updated
       via  84006bfeb21723a510d42dff929f5cf290b39d9b (commit)
      from  468238bd0801f4d8b7a7fdeb435debecca89a985 (commit)


- Log -----------------------------------------------------------------
commit 84006bfeb21723a510d42dff929f5cf290b39d9b
Author: Marc Delisle <marc at 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 febfbf4..e2a436d 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
-- 
phpMyAdmin




More information about the Git mailing list