Changeset 406


Ignore:
Timestamp:
05/12/10 16:10:04 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix some trivial typos introduced with r405. See #13.

File:
1 edited

Legend:

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

    r405 r406  
    910910#       "Description: $webvar{desc}\n\nAllocated by: $authuser\n");
    911911    }
    912 
    913912    syslog "notice", "$authuser allocated '$webvar{fullcidr}' to '$webvar{custid}' as ".
    914913        "'$webvar{alloctype}' ($msg)";
     
    11221121if ($data[2] =~ /.i/) {
    11231122  $html =~ s/\$\$SWIP\$\$/N\/A/;
    1124 5~} else {
     1123} else {
    11251124  my $tmp = (($data[10] eq 'n') ? '<input type=checkbox name=swip>' :
    11261125        '<input type=checkbox name=swip checked=yes>');
Note: See TracChangeset for help on using the changeset viewer.