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. --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index e1e406702..94a4f7402 100644 --- a/globals.pl +++ b/globals.pl @@ -222,7 +222,7 @@ sub GenerateVersionTable { push @{$::versions{$p1}}, $v; $varray{$v} = 1; } - SendSQL("select value, program from components"); + SendSQL("select value, program from components order by value"); while (@line = FetchSQLData()) { my ($c,$p) = (@line); if (!defined $::components{$p}) { -- cgit v1.2.3-24-g4f1b