From 81c7b2cd11d117802cea6ad6e374bc197ace1f22 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 11 Dec 2008 08:31:43 +0000 Subject: - comment console() call --- program/lib/imap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/lib/imap.inc b/program/lib/imap.inc index 7b53630fd..87773d37d 100644 --- a/program/lib/imap.inc +++ b/program/lib/imap.inc @@ -198,7 +198,7 @@ function iil_xor($string, $string2) { } function iil_PutLine($fp, $string, $endln=true) { - console('C: '. rtrim($string)); +// console('C: '. rtrim($string)); return fputs($fp, $string . ($endln ? "\r\n" : '')); } -- cgit v1.2.3