зеркало из https://github.com/mozilla/gecko-dev.git
Sleezy hack to always make "cvs" come out as the first repository.
This commit is contained in:
Родитель
6e211bdcfc
Коммит
4d51619e81
|
@ -209,7 +209,7 @@ sub MainMenu() {
|
|||
# hidden(-name=>"partitionid") . end_form()));
|
||||
# }
|
||||
|
||||
my $query = Query("select id,name from repositories order by id");
|
||||
my $query = Query("select id,name from repositories order by name");
|
||||
my @vals = ();
|
||||
my %labels;
|
||||
while (my @row = $query->fetchrow()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче