Changeset 130 for trunk/cgi-bin
- Timestamp:
- 01/20/05 15:30:33 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r120 r130 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.