use alphabetical order to popup the cities
authorMarc Chantreux <marc.chantreux@biblibre.com>
Wed, 6 Aug 2008 09:23:36 +0000 (11:23 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 6 Aug 2008 12:08:39 +0000 (07:08 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
members/memberentry.pl

index f049b34..dba1818 100755 (executable)
@@ -379,7 +379,7 @@ my($cityid);
 $template->param( city_cgipopup => 1) if ($cityid );
 my $citypopup = CGI::popup_menu(-name=>'select_city',
         -id => 'select_city',
-        -values=>$name_city,
+        '-values' =>$cityid,
         -labels=>$name_city,
         -default=>$default_city,
         );