diff options
author | svncommit <devs@roundcube.net> | 2006-09-23 23:37:06 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-09-23 23:37:06 +0000 |
commit | 3acbc508ba514b5b29e948944ce1dda83a58c5f8 (patch) | |
tree | a6613745483464e72f1aec967bf4c250037344ef /program/steps/mail | |
parent | ed65922364bafd97248af2bc7df4fdb61b906574 (diff) |
removed debug from previous commit
Diffstat (limited to 'program/steps/mail')
-rw-r--r-- | 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 3e368ee90..3cf5bd1f7 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -101,8 +101,6 @@ function rcmail_attach_emoticons(&$mime_message) $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); |