]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Sort the list of products.
authorterry%netscape.com <>
Thu, 27 Aug 1998 22:30:01 +0000 (22:30 +0000)
committerterry%netscape.com <>
Thu, 27 Aug 1998 22:30:01 +0000 (22:30 +0000)
enter_bug.cgi

index fa2fb345a39563442acf1619d13408c7b031d9ce..cdcee79c69f8c1f3c97cfa77c55e51fee847f66f 100755 (executable)
@@ -29,7 +29,7 @@ if {![info exists FORM(product)]} {
         PutHeader "Enter Bug" "Enter Bug"
         
         puts "<H2>First, you must pick a product on which to enter a bug.</H2>"
-        foreach p [array names versions] {
+        foreach p [lsort [array names versions]] {
             puts "<a href=enter_bug.cgi?product=$p&$buffer>$p</a><br>"
         }
         exit