Code

Updated password methods
[gosa.git] / include / class_mail-methods-kolab.inc
index e37b80ce37c3c357ea8e722608a1584d0cfcf484..c0606046b0c9094667c53e70d3b0bd4cc58b6d13 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 mailMethodKolab extends mailMethodCyrus
 {
@@ -30,7 +29,7 @@ class mailMethodKolab extends mailMethodCyrus
                             "gosaMailQuota"             =>  "cyrus-userquota",
                             "gosaMailServer"            =>  "kolabHomeServer");
 
-  function mailMethodKolab($config)
+  function mailMethodKolab(&$config)
   {
     $this->config= $config->data['SERVERS']['IMAP'];
   }
@@ -73,7 +72,7 @@ class mailMethodKolab extends mailMethodCyrus
       return(false);
     }
 
-    error_reporting(E_ALL); 
+    error_reporting(E_ALL | E_STRICT); 
  
     return ($result);
   }