From f1d5238e8c680ee71da6468b7feca3e4d2208ff7 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Sat, 24 Nov 2001 09:11:20 +0000 Subject: [PATCH] Removed debug echo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1797 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/fetch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mail_fetch/fetch.php b/plugins/mail_fetch/fetch.php index 9e43902d..5482c6bb 100644 --- a/plugins/mail_fetch/fetch.php +++ b/plugins/mail_fetch/fetch.php @@ -127,7 +127,7 @@ Mail_Fetch_Status(_("Opening IMAP server")); $imap_stream = sqimap_login($username, $key, $imapServerAddress, $imapPort, 10); - echo $mailfetch_user . ' ' . $mailfetch_pass . ' '; + Mail_Fetch_Status(_("Opening POP server")); $Count = $pop3->login($mailfetch_user, $mailfetch_pass); if (($Count == false || $Count == -1) && $pop3->ERROR != '') { -- 2.25.1