Changeset 130 for trunk/cgi-bin


Ignore:
Timestamp:
01/20/05 15:30:33 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Backported r128 and r129 bugfixes from /branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/IPDB.pm

    r120 r130  
    6868
    6969  # City and POP listings
    70   $sth = $dbh->prepare("select * from cities");
     70  $sth = $dbh->prepare("select * from cities order by city");
    7171  $sth->execute;
    7272  return (undef,$sth->errstr) if $sth->err;
Note: See TracChangeset for help on using the changeset viewer.