View previous topic :: View next topic |
Author |
Message |
amnuts Site Admin

Joined: 01 Sep 2002 Posts: 662 Location: East Sussex, England
|
Posted: Fri Aug 22, 2003 4:42 pm Post subject: New version uploaded |
|
|
Hi,
A new version has been uploaded. It's just to fix a small division by zero error. IF you want to change it yourself, locate the function userQuota and replaced the line that assigns oPercent to read:
PHP: | <?php $this->oPercent = ($this->qUsed / (!$this->qQuota ? 1 : $this->qQuota)) * 100; ?> |
else download the file from the usual place.
Andy |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|