remove access to support for php4

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10037 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-01-25 07:43:34 +00:00
parent 7c5cc2ca01
commit bfeb1ac70e

View file

@ -82,7 +82,7 @@ class Mail extends PHPMailer
*
* @return boolean TRUE if SMTP is set correct, otherwise return FALSE
*/
public function useSMTP($auth = NULL, $host = NULL, $user = NULL, $pass = NULL, $secure = NULL, $port = 25)
function useSMTP($auth = NULL, $host = NULL, $user = NULL, $pass = NULL, $secure = NULL, $port = 25)
{
$this->SMTPAuth = $auth;
$this->Host = $host;