diff options
author | thomascube <thomas@roundcube.net> | 2005-10-31 23:41:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-31 23:41:00 +0000 |
commit | 7cc38e0bebb30f12b1c643ea96a038453be185e1 (patch) | |
tree | 99b4971108de609dd0583ef6a252cd6af7eaeea3 /program/steps/mail/func.inc | |
parent | 66773789e392305bba4cdf7ed8e6ae3b8380de51 (diff) |
Added Finnish, Romanian and Chinese translation
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | program/steps/mail/func.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index c1eafaad7..7a6b6ffd3 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -528,10 +528,10 @@ function rcmail_print_body($part, $safe=FALSE, $plain=FALSE) // $body, $ctype_pr '/url\s*\(["\']?([\.\/]+[^"\'\s]+)["\']?\)/i', '/<script.+<\/script>/Umis'); - $remote_replaces = array('\\1=\\2#\\4', + $remote_replaces = array('', // '\\1=\\2#\\4', // '\\1=\\2#\\4', '', - '\\1#\\3', + '', // '\\1#\\3', 'none', 'none', ''); |