X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fphpmailer%2Fclass.pop3.php;h=3dd53b8ceddc74b87d20d99129d496a9d7f14406;hb=566cbcf381d60410b4c5b3a2fc4cd7bfdf49b8fc;hp=09f790adc82625a9466dc3c36af702b75a151431;hpb=3634be9f95a83075bbfca9368b60bbd1bbe2d31f;p=mailer.git diff --git a/inc/phpmailer/class.pop3.php b/inc/phpmailer/class.pop3.php index 09f790adc8..3dd53b8ced 100644 --- a/inc/phpmailer/class.pop3.php +++ b/inc/phpmailer/class.pop3.php @@ -114,7 +114,7 @@ class POP3 */ function POP3 () { - $this->pop_conn = 0; + $this->pop_conn = '0'; $this->connected = false; $this->error = null; } @@ -128,7 +128,7 @@ class POP3 * @param string $username * @param string $password */ - function Authorise ($host, $port = false, $tval = false, $username, $password, $debug_level = 0) + function Authorise ($host, $port = false, $tval = false, $username, $password, $debug_level = '0') { $this->host = $host;