alecpl
2008-12-11 81c7b2cd11d117802cea6ad6e374bc197ace1f22
- comment console() call


1 files modified
2 ■■■ changed files
program/lib/imap.inc 2 ●●● patch | view | raw | blame | history
program/lib/imap.inc
@@ -198,7 +198,7 @@
}
function iil_PutLine($fp, $string, $endln=true) {
      console('C: '. rtrim($string));
//      console('C: '. rtrim($string));
        return fputs($fp, $string . ($endln ? "\r\n" : ''));
}