Changeset 800 for trunk


Ignore:
Timestamp:
12/23/15 16:35:21 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

A whitespace snafu and a stupid typo

File:
1 edited

Legend:

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

    r798 r800  
    662662
    663663  # Check to see if user is allowed to do anything with sensitive data
    664  if ($IPDBacl{$authuser} =~ /s/) {
     664  if ($IPDBacl{$authuser} =~ /s/) {
    665665    $page->param(nocling => 1);
    666666    $page->param(privdata => $q->escapeHTML($webvar{privdata},'y'));
     
    12191219    if ($webvar{backupfields} && $webvar{backupfields} eq 'on') {
    12201220      $page->param(hasbackup => 1);
    1221       for my $bkfield (qw(@IPDB::backupfields) {
     1221      for my $bkfield (@IPDB::backupfields) {
    12221222        $page->param("bk$bkfield" => $webvar{"bk$bkfield"});
    12231223      }
Note: See TracChangeset for help on using the changeset viewer.