From 9e813ee681c7f11760c8a2075494ed5729a83e9f Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Thu, 27 Aug 1998 15:30:01 +0000 Subject: [PATCH] Sort the list of products. git-svn-id: svn://10.0.0.236/trunk@8611 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/enter_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/enter_bug.cgi b/mozilla/webtools/bugzilla/enter_bug.cgi index fa2fb345a39..cdcee79c69f 100755 --- a/mozilla/webtools/bugzilla/enter_bug.cgi +++ b/mozilla/webtools/bugzilla/enter_bug.cgi @@ -29,7 +29,7 @@ if {![info exists FORM(product)]} { PutHeader "Enter Bug" "Enter Bug" puts "

First, you must pick a product on which to enter a bug.

" - foreach p [array names versions] { + foreach p [lsort [array names versions]] { puts "$p
" } exit