aboutsummaryrefslogtreecommitdiff
path: root/security/mailzu/files/patch-lib_ExchAuth.class.php
blob: 38cfbaad464d8f530588f37635e06db85fa68528 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/ExchAuth.class.php.orig	2007-06-14 19:00:15 UTC
+++ lib/ExchAuth.class.php
@@ -55,7 +55,7 @@ class ExchAuth {
 	* @param string $domain
 	* @return boolean
 	*/
-	function authUser($username, $password, $domain) {
+	function __construct($username, $password, $domain) {
 		
 		$fulluser = $domain.'/'.$username;
 		$mbox = imap_open('{'.$this->exchHost.'/imap}Inbox', $fulluser, $password);