From d23872a045b1035e08f8292529c862aa10db8a4e Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 12 Jun 1999 00:39:38 +0000 Subject: Display components in alphabetical order. --- describecomponents.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'describecomponents.cgi') diff --git a/describecomponents.cgi b/describecomponents.cgi index bce7577d2..ad3467d62 100755 --- a/describecomponents.cgi +++ b/describecomponents.cgi @@ -74,7 +74,7 @@ my $colbut1 = $cols - 1; print ""; -SendSQL("select value, initialowner, initialqacontact, description from components where program = " . SqlQuote($product)); +SendSQL("select value, initialowner, initialqacontact, description from components where program = " . SqlQuote($product) . " order by value"); while (MoreSQLData()) { my @row = FetchSQLData(); -- cgit v1.2.3-24-g4f1b