bug #2931939 Seeing "m" as unit is confusing
This commit is contained in:
@@ -61,6 +61,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)
|
||||
|
||||
|
@@ -570,7 +570,7 @@ foreach ($used_queries as $name => $value) {
|
||||
<th class="name"><?php echo htmlspecialchars($name); ?></th>
|
||||
<td class="value"><?php echo PMA_formatNumber($value, 4, 0); ?></td>
|
||||
<td class="value"><?php echo
|
||||
PMA_formatNumber($value * $hour_factor, 4, 2); ?></td>
|
||||
PMA_formatNumber($value * $hour_factor, 3, 3); ?></td>
|
||||
<td class="value"><?php echo
|
||||
PMA_formatNumber($value * $perc_factor, 0, 2); ?>%</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user