authimap : add spaces arround =>
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5784 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -43,7 +43,7 @@ class authimap extends auth
|
|||||||
$imap = new imap ($this->imapServer, $this->imapPort,
|
$imap = new imap ($this->imapServer, $this->imapPort,
|
||||||
$email, $password,
|
$email, $password,
|
||||||
$this->imapSSL, $this->imapSSLCheckCertificates);
|
$this->imapSSL, $this->imapSSLCheckCertificates);
|
||||||
$this->details = array ("email"=>$email);
|
$this->details = array ("email" => $email);
|
||||||
// Let the throw Exception be catched by the parent
|
// Let the throw Exception be catched by the parent
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user