Sort the list of products.

git-svn-id: svn://10.0.0.236/trunk@8611 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%netscape.com
1998-08-27 15:30:01 +00:00
parent e0dadcef2d
commit 9e813ee681

View File

@@ -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