Commit 37660cc8 authored by terry%netscape.com's avatar terry%netscape.com

Sort the list of products.

parent a3f818ac
...@@ -29,7 +29,7 @@ if {![info exists FORM(product)]} { ...@@ -29,7 +29,7 @@ if {![info exists FORM(product)]} {
PutHeader "Enter Bug" "Enter Bug" PutHeader "Enter Bug" "Enter Bug"
puts "<H2>First, you must pick a product on which to enter a bug.</H2>" 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>" puts "<a href=enter_bug.cgi?product=$p&$buffer>$p</a><br>"
} }
exit exit
......
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