* Mail: stop logging of mails to webserver error-log

This commit is contained in:
Ralf Becker 2019-10-30 15:09:11 +01:00
parent 497ea5f000
commit bdc8e71057

View File

@ -345,8 +345,7 @@ class Html
17 => '#lower#than#$1',
18 => '#greater#than#$1',
);
error_log(__LINE__);
error_log($_html);
$_html = preg_replace($tags,$Replace,$_html);
$_html = preg_replace('~</t(d|h)>\s*<t(d|h)[^>]*>~si',' - ',$_html);
$_html = preg_replace('~<img[^>]+>~s','',$_html);