From 3acbc508ba514b5b29e948944ce1dda83a58c5f8 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Sat, 23 Sep 2006 19:37:06 -0400
Subject: [PATCH] removed debug from previous commit
---
program/steps/mail/sendmail.inc | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc
index 3e368ee..3cf5bd1 100644
--- a/program/steps/mail/sendmail.inc
+++ b/program/steps/mail/sendmail.inc
@@ -101,8 +101,6 @@
$pos + strlen($searchstr),
$pos2 - ($pos + strlen($searchstr)));
-write_log('emoticon', "looking for $image_name in array:" . print_r($included_images, true));
-
if (! in_array($image_name, $included_images))
{
$body_post = substr($body, $pos2);
--
Gitblit v1.9.1