From: terry%netscape.com <> Date: Thu, 27 Aug 1998 22:30:01 +0000 (+0000) Subject: Sort the list of products. X-Git-Tag: bugzilla-1.3~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37660cc85494c06906ba23f9ca283e4917b0275a;p=thirdparty%2Fbugzilla.git Sort the list of products. --- diff --git a/enter_bug.cgi b/enter_bug.cgi index fa2fb345a3..cdcee79c69 100755 --- a/enter_bug.cgi +++ b/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