Reverse the array size display (but keep the bug fix)

This commit is contained in:
bergware
2016-06-06 20:50:53 +02:00
parent bdb48b1427
commit db78296a3a

View File

@@ -215,7 +215,7 @@ function show_totals($text) {
echo "<td>".my_number($sum['numErrors'])."</td>";
echo "<td></td>";
if (strstr($text,'Array') && ($var['startMode']=='Normal')) {
echo "<td>".my_scale($sum['fsSize']*1024,$unit,0)." $unit</td>";
echo "<td>".my_scale($sum['fsSize']*1024,$unit)." $unit</td>";
if ($display['text']%10==0) {
echo "<td>".my_scale($sum['fsUsed']*1024,$unit)." $unit</td>";
} else {