Some string fixes
[squirrelmail.git] / plugins / mail_fetch / class.POP3.php
index 046bb77cdb954cd4f8766176681c3e37fdf905c5..f19b3cd96af174f0398dd89e74603a81c4df9b02 100644 (file)
@@ -1,9 +1,9 @@
-<?php 
+<?php
 
    /**
     * mail_fetch/setup.php
     *
-    * Copyright (c) 1999-2004 The SquirrelMail Project Team
+    * Copyright (c) 1999-2005 The SquirrelMail Project Team
     *
     * Copyright (c) 1999 CDI (cdi@thewebmasters.net) All Rights Reserved
     * Modified by Philippe Mingo 2001 mingo@rotedic.com
@@ -79,8 +79,8 @@ class POP3 {
         //  port defaults to 110. Returns true on success, false on fail
 
         // If MAILSERVER is set, override $server with it's value
-       
-       if (!isset($port) || !$port) {$port = 110;}
+
+        if (!isset($port) || !$port) {$port = 110;}
         if(!empty($this->MAILSERVER))
             $server = $this->MAILSERVER;
 
@@ -653,4 +653,4 @@ class POP3 {
 
 }   // End class
 
-?>
+?>
\ No newline at end of file