- Timestamp:
- 01/20/05 12:32:03 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/IPDB.pm
r127 r129 68 68 69 69 # City and POP listings 70 $sth = $dbh->prepare("select * from cities ");70 $sth = $dbh->prepare("select * from cities order by city"); 71 71 $sth->execute; 72 72 return (undef,$sth->errstr) if $sth->err;
Note:
See TracChangeset
for help on using the changeset viewer.