Code

Updated comments in heimdal plugin
[gosa.git] / include / class_mail-methods-golab.inc
index 0991b8ef790ddffe4f3ce6923b573e65492c4320..dc75674c264866d1c3b5a99affe85396a60a47b6 100644 (file)
@@ -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);
   }