Changeset 184 for trunk/cgi-bin/IPDB.pm


Ignore:
Timestamp:
03/01/05 16:22:39 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Tweaked another few fixes into place to make a "fresh" install
work "correctly".

File:
1 edited

Legend:

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

    r183 r184  
    156156  } else {
    157157    # it connects, try a stmt.
    158     my $sth = $dbh->prepare("select cidr from masterblocks");
     158    my $sth = $dbh->prepare("select type from alloctypes");
    159159    my $err = $sth->execute();
    160160
Note: See TracChangeset for help on using the changeset viewer.