From: dkl%redhat.com <> Date: Fri, 31 May 2002 02:54:55 +0000 (+0000) Subject: Fix for bug 148157 - Bad sorting in describecomponents.cgi, patch by David Lawrence... X-Git-Tag: bugzilla-2.17.1~342 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b865eb6e1c07205ce6c14cf3371e720d09aa64b4;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 %]