X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fphpmailer%2Fclass.pop3.php;h=0a6d8d45aa2859033e874c595d64f17bbdf4b781;hb=c52aea207f6010d77b04912209a8297ce2965571;hp=3dd53b8ceddc74b87d20d99129d496a9d7f14406;hpb=d495bd859975d08ee459d03c9b1cd51dd9b9304d;p=mailer.git diff --git a/inc/phpmailer/class.pop3.php b/inc/phpmailer/class.pop3.php index 3dd53b8ced..0a6d8d45aa 100644 --- a/inc/phpmailer/class.pop3.php +++ b/inc/phpmailer/class.pop3.php @@ -2,7 +2,7 @@ /*~ class.pop3.php .---------------------------------------------------------------------------. | Software: PHPMailer - PHP email class | -| Version: 2.0.3 | +| Version: 2.0.4 | | Contact: via sourceforge.net support pages (also www.codeworxtech.com) | | Info: http://phpmailer.sourceforge.net | | Support: http://sourceforge.net/projects/phpmailer/ | @@ -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;