forked from extern/egroupware
* Mail: stop logging of mails to webserver error-log
This commit is contained in:
parent
497ea5f000
commit
bdc8e71057
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user