diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-11 08:31:43 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-11 08:31:43 +0000 |
| commit | 8fa58f990b02a0f9951a1d97a0c5b77f86793e30 (patch) | |
| tree | dc2836c4a882943f436f5aa1943f9efd33283872 | |
| parent | 024f753620ae9fcca3a5d7a085a6c314674752e9 (diff) | |
- comment console() call
git-svn-id: https://svn.roundcube.net/trunk@2144 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/lib/imap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/imap.inc b/roundcubemail/program/lib/imap.inc index 7b53630fd..87773d37d 100644 --- a/roundcubemail/program/lib/imap.inc +++ b/roundcubemail/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" : '')); } |
