X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fphpmailer%2Fclass.pop3.php;h=3dd53b8ceddc74b87d20d99129d496a9d7f14406;hp=09f790adc82625a9466dc3c36af702b75a151431;hb=9afd6ec5878544a7982c50ed9c0dd7de37606d5b;hpb=3c23bfaee208fa12adf5cdd9d8e9882612199d03 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;