svncommit
2008-09-18 d0b973cf6aed4a7cb705f706624d25b31d19ed52
bin/quotaimg.php
@@ -159,7 +159,7 @@
      }
      $quota_width = $quota / 100 * $width;
      imagefilledrectangle($im, $border, 0, $quota, $height-2*$border, $fill);
      imagefilledrectangle($im, $border, 0, $quota_width, $height-2*$border, $fill);
      $string = $quota . '%';
      $mid    = floor(($width-(strlen($string)*imagefontwidth($font)))/2)+1;