Commit 9193df07 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

2nd part of bug 481506: Filtering email addresses in comments can hang Bugzilla…

2nd part of bug 481506: Filtering email addresses in comments can hang Bugzilla in some cases - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent beb1667a
......@@ -83,7 +83,7 @@
[% IF user.in_group(Param('timetrackinggroup')) && (c.work_time - 0 != 0) %]
<work_time>[% PROCESS formattimeunit time_unit = c.work_time FILTER xml %]</work_time>
[% END %]
<thetext>[% c.body FILTER email FILTER xml %]</thetext>
<thetext>[% c.body FILTER xml %]</thetext>
</long_desc>
[% END %]
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment