소스 검색

Removed debug echo

philippe_mingo 23 년 전
부모
커밋
ff25225d86
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugins/mail_fetch/fetch.php

+ 1 - 1
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 != '') {