[Tickets #253] NEW: bug in imp_show_quota
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed Jun 2 08:12:16 PDT 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
-Ticket 253
-Queue: IMP
-Created By:
>From ota at univali.br (Wed Jun 2 08:12:16 2004):
Error if no file exist (maildirsize).
the solution is:
if (array_key_exists('usage', $quota) && array_key_exists('usage', $quota))
{
if (is_array($quota) && $quota['limit'] != 0) {
...
}
}
http://bugs.horde.org/details.php?id=253
--
More information about the bugs
mailing list