--- careers.php 2001/02/28 14:13:51 1.2 +++ careers.php 2001/03/02 07:50:37 1.3 @@ -18,7 +18,7 @@ $main=join('',file($main_file)); } elseif (file_exists("./templates/Careers-".$part.".tpl")) { - $sth = $dbh->prepare("select iso,name from countries order by iso"); + $sth = $dbh->prepare("select iso,name from countries order by name"); $sth->execute(); while ($row=$sth->fetchrow_hash()) { $countries[]=$row;