From: hickert Date: Mon, 15 Jun 2009 07:29:45 +0000 (+0000) Subject: Fixed comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4d55fc245eaaf5da5a9ebae66df1a46e33c829f8;p=gosa.git Fixed comment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13715 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/mail/personal/mail/class_mail-methods.inc b/gosa-plugins/mail/personal/mail/class_mail-methods.inc index cab732874..31bd3ed6d 100644 --- a/gosa-plugins/mail/personal/mail/class_mail-methods.inc +++ b/gosa-plugins/mail/personal/mail/class_mail-methods.inc @@ -44,7 +44,9 @@ class mailMethod{ protected $userObjectClasses = array(); protected $shareObjectClasses = array(); - /* Enabled mail domain selection. If enabled getMailDomains must the domain parts */ + /* Enabled mail domain selection. If enabled getMailDomains() have to return an array + * with the domain parts. + */ protected $enableDomainSelection= FALSE; protected $enableQuota = TRUE; protected $enableSieveManager = FALSE;