Changeset 83


Ignore:
Timestamp:
11/26/04 16:18:10 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bugfix to the bugfix for improperly-escaped apostophes in r82 -
I missed CircuitID (which, apparently, can contain anything).

File:
1 edited

Legend:

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

    r82 r83  
    935935  $html =~ s|\$\$CITY\$\$|$webvar{city}|g;
    936936  $html =~ s|\$\$CUSTID\$\$|$webvar{custid}|g;
     937  $webvar{circid} = desanitize($webvar{circid});
    937938  $html =~ s|\$\$CIRCID\$\$|$webvar{circid}|g;
    938939  $webvar{desc} = desanitize($webvar{desc});
Note: See TracChangeset for help on using the changeset viewer.