Changeset 264 for branches


Ignore:
Timestamp:
06/29/05 14:11:16 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Tweak data validation to allow easier use of the wc (CORE/WAN
container) and wr (CORE/WAN block) types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/main.cgi

    r251 r264  
    10891089  } else {
    10901090    $flag = 'n';
    1091     if ($webvar{pop} =~ /^-$/) {
     1091    if ($webvar{alloctype} =~ /w./) {
     1092      $webvar{pop} = "Sudbury";
     1093    } elsif ($webvar{pop} =~ /^-$/) {
    10921094      $flag = 'to route the block from/through';
    10931095    }
Note: See TracChangeset for help on using the changeset viewer.