We're talking Megabytes here, not millibytes :)
[squirrelmail.git] / functions / strings.php
index cfd0a6230bf17fd9eac8d97144166da1e46c808f..96e8fb5ebf1473faa0aefd977bd568b8aafaa14b 100644 (file)
@@ -365,7 +365,7 @@ function show_readable_size($bytes) {
     
     if ($bytes / 1024 > 1) {
         $bytes /= 1024;
     
     if ($bytes / 1024 > 1) {
         $bytes /= 1024;
-        $type = 'm';
+        $type = 'M';
     }
     
     if ($bytes < 10) {
     }
     
     if ($bytes < 10) {