diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-09-23 23:37:06 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-09-23 23:37:06 +0000 |
| commit | 6c10f41884bf6b447961b860621383822efe0486 (patch) | |
| tree | aed620e5bbb3f01d54a419b6778408d7fb6ca45a | |
| parent | 215b3586e670f6d348a9a9dbd7d58320951ea8cd (diff) | |
removed debug from previous commit
git-svn-id: https://svn.roundcube.net/trunk@350 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/steps/mail/sendmail.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/mail/sendmail.inc b/roundcubemail/program/steps/mail/sendmail.inc index 3e368ee90..3cf5bd1f7 100644 --- a/roundcubemail/program/steps/mail/sendmail.inc +++ b/roundcubemail/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); |
