redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / phpmailer / class.pop3.php
index af1e63b406b4c5edecce217603703b73cb5c8b86..901a174119c332aa409b6fd69f9b827e2747b4ef 100644 (file)
@@ -275,7 +275,7 @@ class POP3
      * @param string $password
      * @return boolean
      */
-    function Login ($username = '', $password = '')
+    function Login ($username = "", $password = "")
     {
       if ($this->connected == false)
       {
@@ -382,7 +382,7 @@ class POP3
         $this->error = array(
           'error' => "Server reported an error: $string",
           'errno' => 0,
-          'errstr' => ''
+          'errstr' => ""
         );
 
         if ($this->do_debug >= 1)