Changeset 571 for trunk


Ignore:
Timestamp:
12/21/12 17:15:09 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

if(0) out the validation check on "is this city a POP site?", since
it has proven to mostly be useless.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r570 r571  
    566566  }
    567567
     568## hmmm....  is this even useful?
     569if (0) {
    568570  # Check POP location
    569571  my $flag;
     
    592594    return;
    593595  }
     596}
    594597
    595598  return 'OK';
Note: See TracChangeset for help on using the changeset viewer.