From: hickert Date: Wed, 21 Jun 2006 07:56:29 +0000 (+0000) Subject: Removed error message if ne quota was defined X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=85f65d8c82fc25c1f8dfc00b1bf5a3518cb60071;p=gosa.git Removed error message if ne quota was defined git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3847 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_mail-methods-cyrus.inc b/include/class_mail-methods-cyrus.inc index 6eab34624..16e6b3db9 100644 --- a/include/class_mail-methods-cyrus.inc +++ b/include/class_mail-methods-cyrus.inc @@ -88,7 +88,9 @@ class mailMethodCyrus extends mailMethod } } }elseif(!$quota_value){ - return(false); + + /* If there is no quota defined for this account, the function imap_get_quota returns false. */ + return(array()); } error_reporting (E_ALL);