From 8f9208e96ba6a241dc0c2e0930070d051f585b52 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Thu, 27 Oct 2005 06:04:43 +0000 Subject: [PATCH] do not truncate rowcount --- ChangeLog | 4 ++++ db_details_structure.php | 6 +++--- libraries/common.lib.php | 11 ++++++++++- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3099e60b2..fa34dbdd2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-10-27 Sebastian Mendel + * libraries/common.lib.php::PMA_formatNumber(), + db_details_structure.php: do not truncate rowcount + 2005-10-26 Marc Delisle * lang/french* updates diff --git a/db_details_structure.php b/db_details_structure.php index 1a51dccd8..f8b0d1f91 100644 --- a/db_details_structure.php +++ b/db_details_structure.php @@ -348,7 +348,7 @@ foreach ( $tables as $keyname => $sts_data ) { - + 1)) { ?> @@ -390,12 +390,12 @@ if ($cfg['ShowStats']) { - + - + 1)) { echo ' --' . "\n"; diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 77580fb29..d632f9027 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2194,6 +2194,8 @@ window.parent.updateTableTitle( '', ' * echo PMA_formatNumber( 123456789, 6 ); // 123,457 k * echo PMA_formatNumber( -123456789, 4, 2 ); // -123.46 M @@ -2212,9 +2214,16 @@ window.parent.updateTableTitle( '', ' 'y',