Okay... *this* is the one with debugging code, the last was some minor display correc...
authorjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 18 Nov 2002 06:26:52 +0000 (06:26 +0000)
committerjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 18 Nov 2002 06:26:52 +0000 (06:26 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4172 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/mail_fetch/class.POP3.php

index dcb9e1b4210df75fe15609819db14aab662cafa0..7d266a478194bf0ab81a1e69c32712dac4a362d9 100644 (file)
@@ -83,7 +83,7 @@ class POP3 {
         }
 
         $fp = fsockopen("$server", $port, $errno, $errstr);
-        echo 'Server: ' . $server . '<br>Port: ' . $port;
+
         if(!$fp) {
             $this->ERROR = _("POP3 connect:") . ' ' . _("Error ") . "[$errno] [$errstr]";
             unset($this->FP);