Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / phpmailer / class.pop3.php
index e97a0c9c90494a80dadb8c0e93664d1fbb80e92f..3dd53b8ceddc74b87d20d99129d496a9d7f14406 100644 (file)
@@ -2,7 +2,7 @@
 /*~ class.pop3.php
 .---------------------------------------------------------------------------.
 |  Software: PHPMailer - PHP email class                                    |
-|   Version: 2.0.2                                                          |
+|   Version: 2.0.3                                                          |
 |   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;