Procházet zdrojové kódy

Removed debug echo

philippe_mingo před 23 roky
rodič
revize
ff25225d86
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"));
         Mail_Fetch_Status(_("Opening IMAP server"));
         $imap_stream = sqimap_login($username, $key, $imapServerAddress, $imapPort, 10);
         $imap_stream = sqimap_login($username, $key, $imapServerAddress, $imapPort, 10);
-        echo $mailfetch_user . ' ' . $mailfetch_pass . ' ';
+        
         Mail_Fetch_Status(_("Opening POP server"));
         Mail_Fetch_Status(_("Opening POP server"));
         $Count = $pop3->login($mailfetch_user, $mailfetch_pass);
         $Count = $pop3->login($mailfetch_user, $mailfetch_pass);
         if (($Count == false || $Count == -1) && $pop3->ERROR != '') {
         if (($Count == false || $Count == -1) && $pop3->ERROR != '') {