Changeset 93


Ignore:
Timestamp:
09/17/25 13:19:04 (8 days ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Fix trivial oops in new "use parent org automatically" feature that slipped
through initial checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsbl/dnsbl.cgi

    r92 r93  
    151151  for (my $i = 0; $i <= $maxlvl; $i++) {
    152152    my $orgn = "org$i";
    153     if ($i > 0 && !$webvar{orgn}) {
     153    if ($i > 0 && !$webvar{$orgn}) {
    154154      # use parent org instead of "null" org for subblocks
    155155      $webvar{$orgn} = $webvar{"org".($i-1)};
Note: See TracChangeset for help on using the changeset viewer.