Index: branches/stable/cgi-bin/IPDB.pm
===================================================================
--- branches/stable/cgi-bin/IPDB.pm	(revision 128)
+++ branches/stable/cgi-bin/IPDB.pm	(revision 129)
@@ -68,5 +68,5 @@
 
   # City and POP listings
-  $sth = $dbh->prepare("select * from cities");
+  $sth = $dbh->prepare("select * from cities order by city");
   $sth->execute;
   return (undef,$sth->errstr) if $sth->err;
