From: dkl%redhat.com <> Date: Fri, 31 May 2002 02:38:22 +0000 (+0000) Subject: Fix for bug 148157 - Bad sorting in describecomponents.cgi, patch by David Lawrence... X-Git-Tag: bugzilla-2.16rc2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a662e787db99286c0471554b63311d79b8d235f;p=thirdparty%2Fbugzilla.git Fix for bug 148157 - Bad sorting in describecomponents.cgi, patch by David Lawrence r=jouni@heikniemi.net,myk@mozilla.org --- diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl index 7190883b28..b6d5010d0f 100644 --- a/template/en/default/reports/components.html.tmpl +++ b/template/en/default/reports/components.html.tmpl @@ -51,7 +51,7 @@ [% END %] - [% FOREACH comp = components.sort %] + [% FOREACH comp = components %] [% INCLUDE describe_comp %] [% END %]