Changeset 148 for branches


Ignore:
Timestamp:
02/01/05 17:53:31 (19 years ago)
Author:
Kris Deugau
Message:

/branches/sql-cleanup

Fix in initPool() - missing a bracket in the SQL statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sql-cleanup/cgi-bin/IPDB.pm

    r147 r148  
    372372  # have to insert all pool IPs into poolips table as "unallocated".
    373373  $sth = $dbh->prepare("insert into poolips (pool,ip,custid,city,ptype)".
    374         " values ('$pool', ?, '6750400', '$city', '$pooltype'");
     374        " values ('$pool', ?, '6750400', '$city', '$pooltype')");
    375375  my @poolip_list = $pool->hostenum;
    376376  if ($class eq 'all') { # (DSL-ish block - *all* IPs available
Note: See TracChangeset for help on using the changeset viewer.