X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_mail-methods-golab.inc;h=dc75674c264866d1c3b5a99affe85396a60a47b6;hb=7da42021bacbd916f09c39b742509482c185c699;hp=0991b8ef790ddffe4f3ce6923b573e65492c4320;hpb=c1d71a9c155ba85ee13dc2b601897f7c6d89cb18;p=gosa.git diff --git a/include/class_mail-methods-golab.inc b/include/class_mail-methods-golab.inc index 0991b8ef7..dc75674c2 100644 --- a/include/class_mail-methods-golab.inc +++ b/include/class_mail-methods-golab.inc @@ -17,7 +17,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -require_once("class_mail-methods-cyrus.inc"); class mailMethodGolab extends mailMethodCyrus { @@ -30,7 +29,7 @@ class mailMethodGolab extends mailMethodCyrus "gosaMailQuota" => "cyrus-userquota", "gosaMailServer" => "kolabHomeServer"); - function mailMethodGolab($config) + function mailMethodGolab(&$config) { $this->config= $config->data['SERVERS']['IMAP']; } @@ -73,7 +72,7 @@ class mailMethodGolab extends mailMethodCyrus return(false); } - error_reporting(E_ALL); + error_reporting(E_ALL | E_STRICT); return ($result); }