From: lkehresman Date: Thu, 30 Mar 2000 02:09:21 +0000 (+0000) Subject: removed debugging information X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=a690bb12dba8246b8ada040189a2f5b34661613c removed debugging information git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@358 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/imap_general.php b/functions/imap_general.php index 91f203a9..7adb2258 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -238,12 +238,10 @@ function sqimap_append ($imap_stream, $sent_folder, $length) { fputs ($imap_stream, "a001 APPEND \"$sent_folder\" (\\Seen) \{$length}\r\n"); $tmp = fgets ($imap_stream, 1024); - echo $tmp; } function sqimap_append_done ($imap_stream) { fputs ($imap_stream, "\r\n"); $tmp = fgets ($imap_stream, 1024); - echo $tmp; } ?>