tbrehm
2013-02-12 36013a49f4055aeccac89858371fe12438e93c0d
interface/web/sites/user_quota_stats.php
@@ -60,7 +60,7 @@
      if($rec['used'] > 1024) {
         $rec['used'] = round($rec['used'] / 1024,2).' MB';
      } else {
         $rec['used'] .= ' KB';
         if ($rec['used'] != '') $rec['used'] .= ' KB';
      }
      
      if($rec['soft'] > 1024) {
@@ -75,6 +75,8 @@
         $rec['hard'] .= ' KB';
      }
      
      if($rec['soft'] == " KB") $rec['soft'] = $app->lng('unlimited');
      if($rec['hard'] == " KB") $rec['hard'] = $app->lng('unlimited');
      
      
      /*