mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
* 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',
|
17 => '#lower#than#$1',
|
||||||
18 => '#greater#than#$1',
|
18 => '#greater#than#$1',
|
||||||
);
|
);
|
||||||
error_log(__LINE__);
|
|
||||||
error_log($_html);
|
|
||||||
$_html = preg_replace($tags,$Replace,$_html);
|
$_html = preg_replace($tags,$Replace,$_html);
|
||||||
$_html = preg_replace('~</t(d|h)>\s*<t(d|h)[^>]*>~si',' - ',$_html);
|
$_html = preg_replace('~</t(d|h)>\s*<t(d|h)[^>]*>~si',' - ',$_html);
|
||||||
$_html = preg_replace('~<img[^>]+>~s','',$_html);
|
$_html = preg_replace('~<img[^>]+>~s','',$_html);
|
||||||
|
Loading…
Reference in New Issue
Block a user