OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-registry Date: 08-Aug-2006 11:30:03
Branch: HEAD Handle: 2006080810300300
Modified files:
openpkg-registry registry-ui.pl
Log:
display sort column for countrycodes first to please users eye
Summary:
Revision Changes Path
1.94 +1 -1 openpkg-registry/registry-ui.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/registry-ui.pl
============================================================================
$ cvs diff -u -r1.93 -r1.94 registry-ui.pl
--- openpkg-registry/registry-ui.pl 8 Aug 2006 09:21:49 -0000 1.93
+++ openpkg-registry/registry-ui.pl 8 Aug 2006 09:30:03 -0000 1.94
@@ -1928,7 +1928,7 @@
$countrycodeshuman->{""} = "";
for my $k (sort keys %{$rv}) {
push @countrycodes, $k;
- $countrycodeshuman->{$k} = $rv->{$k}->{human} . " ($k)";
+ $countrycodeshuman->{$k} = "$k = " . $rv->{$k}->{human};
}
$sql = "SELECT bc FROM reg_businesscategories;";
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]