Changeset 694


Ignore:
Timestamp:
02/12/15 16:19:39 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix flubbed update to initPool in r691; allocation_id is not a column
in the allocations table.

File:
1 edited

Legend:

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

    r693 r694  
    12161216  # Retrieve some odds and ends for defaults on the IPs
    12171217  my ($pcustid) = $dbh->selectrow_array("SELECT def_custid FROM alloctypes WHERE type=?", undef, ($type) );
    1218   my ($vrf,$vlan) = $dbh->selectrow_array("SELECT vrf,vlan FROM allocations WHERE allocation_id = ?",
     1218  my ($vrf,$vlan) = $dbh->selectrow_array("SELECT vrf,vlan FROM allocations WHERE id = ?",
    12191219        undef, ($parent) );
    12201220
Note: See TracChangeset for help on using the changeset viewer.