Procházet zdrojové kódy

removed debugging information

Luke Ehresman před 25 roky
rodič
revize
fd1f5a2ede
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      functions/imap_general.php

+ 0 - 2
functions/imap_general.php

@@ -238,12 +238,10 @@
    function sqimap_append ($imap_stream, $sent_folder, $length) {
    function sqimap_append ($imap_stream, $sent_folder, $length) {
       fputs ($imap_stream, "a001 APPEND \"$sent_folder\" (\\Seen) \{$length}\r\n");
       fputs ($imap_stream, "a001 APPEND \"$sent_folder\" (\\Seen) \{$length}\r\n");
       $tmp = fgets ($imap_stream, 1024);
       $tmp = fgets ($imap_stream, 1024);
-      echo $tmp;
    } 
    } 
 
 
    function sqimap_append_done ($imap_stream) {
    function sqimap_append_done ($imap_stream) {
       fputs ($imap_stream, "\r\n");
       fputs ($imap_stream, "\r\n");
       $tmp = fgets ($imap_stream, 1024);
       $tmp = fgets ($imap_stream, 1024);
-      echo $tmp;
    }
    }
 ?>
 ?>