From 81c7b2cd11d117802cea6ad6e374bc197ace1f22 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 11 Dec 2008 03:31:43 -0500
Subject: [PATCH] - comment console() call
---
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 7b53630..87773d3 100644
--- a/program/lib/imap.inc
+++ b/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" : ''));
}
--
Gitblit v1.9.1