tbrehm
2013-02-12 72695f0356210b5ca68d33d09e91c00ed9d6c2b6
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');
      
      
      /*