Changeset 29


Ignore:
Timestamp:
10/27/04 11:59:35 (20 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Merge POP list bugfix from /trunk r27

File:
1 edited

Legend:

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

    r26 r29  
    11501150    $webvar{custid} = "6750400";
    11511151    if ($webvar{alloctype} eq 'rr') {
    1152       if ($webvar{city} !~ /^(?:Huntsville|North Bay|Ottawa|Pembroke|Sault Ste. Marie|Sudbury|Timmins|Toronto)$/) {
     1152      if ($webvar{city} !~ /^(?:Huntsville|North Bay|Ottawa|Pembroke|Sault Ste. Marie|Sudbury|Timmins|Thunder Bay|Toronto)$/) {
    11531153        printAndExit("Please choose a valid POP location for a routed netblock.  Valid ".
    1154                 "POP locations are currently:<br>\n Huntsville North Bay Ottawa Pembroke ".
    1155                 "Sault Ste. Marie Sudbury Timmins Toronto");
     1154                "POP locations are currently:<br>\n Huntsville - North Bay - Ottawa -".
     1155                " Pembroke - Sault Ste. Marie - Sudbury - Timmins - Thunder Bay - Toronto");
    11561156      }
    11571157    }
Note: See TracChangeset for help on using the changeset viewer.