Changeset 535


Ignore:
Timestamp:
10/31/12 17:40:52 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Minro bugfix in updateBlock() on picking the table to update

File:
1 edited

Legend:

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

    r534 r535  
    927927  my $updtable = 'allocations';
    928928  my $keyfield = 'cidr';
    929   if ($args{alloctype} =~ /^(.)i$/) {
     929  if ($args{type} =~ /^(.)i$/) {
    930930    $updtable = 'poolips';
    931931    $keyfield = 'ip';
Note: See TracChangeset for help on using the changeset viewer.