diff options
author | alecpl <alec@alec.pl> | 2008-12-11 08:31:43 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-12-11 08:31:43 +0000 |
commit | 81c7b2cd11d117802cea6ad6e374bc197ace1f22 (patch) | |
tree | f43b59afeb1cd451d0b1b1edacadd2c5515a214d /program/lib/imap.inc | |
parent | 030c848b0d68321b711875886f90e680f232715b (diff) |
- comment console() call
Diffstat (limited to 'program/lib/imap.inc')
-rw-r--r-- | program/lib/imap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" : '')); } |