[imp] quota problem : Warning: Division by zero
Jean-Michel Besnard <besnard@tekkno.net>
besnard@tekkno.net
Wed, 10 Jul 2002 23:07:34 -0700
Hi,
I set set the quota function in IMP. I use cyrus imap.
When I login I can see my quota and is currently used.
But when I move to the second page of my INBOX I get
Warning: Division by zero in var/www/horde/imp/config/conf.php on line 436
this line is :
$percent = $taken * 100 / $total;
If I do refresh, then everything is fine again.
I use the last tarballs of horde and imp
JM