]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 148157 - Bad sorting in describecomponents.cgi, patch by David Lawrence...
authordkl%redhat.com <>
Fri, 31 May 2002 02:38:22 +0000 (02:38 +0000)
committerdkl%redhat.com <>
Fri, 31 May 2002 02:38:22 +0000 (02:38 +0000)
template/en/default/reports/components.html.tmpl

index 7190883b28ffaf4ecd524a35896a0fa4e2e063ca..b6d5010d0fd701294979f62d1bd101c09ac40114 100644 (file)
@@ -51,7 +51,7 @@
       [% END %]
     </tr>
 
-    [% FOREACH comp = components.sort %]
+    [% FOREACH comp = components %]
       [% INCLUDE describe_comp %]
     [% END %]
     <tr>