Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / phpmailer / class.pop3.php
index 09f790adc82625a9466dc3c36af702b75a151431..3dd53b8ceddc74b87d20d99129d496a9d7f14406 100644 (file)
@@ -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;