From aecbb213aaf4f779f8feaa4ad4cc3fa9d59ce673 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 19 Jan 2010 19:40:20 +0000 Subject: [PATCH] bug #2931939 Seeing "m" as unit is confusing --- ChangeLog | 1 + server_status.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9368454d02..2a5e633a84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -54,6 +54,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - [security] Use X-Frame-Options header to protect against ClickJacking. + [lang] Finnish update, thanks to Jouni Kahkonen + [lang] Lithuanian update, thanks to Rytis Slatkevicius - rytis_s +- bug #2931939 [status] Seeing "m" as unit is confusing 3.2.6.0 (not yet released) diff --git a/server_status.php b/server_status.php index a2d29fb5b6..64048b311f 100644 --- a/server_status.php +++ b/server_status.php @@ -570,7 +570,7 @@ foreach ($used_queries as $name => $value) { + PMA_formatNumber($value * $hour_factor, 3, 3); ?> % -- 2.11.4.GIT