- Timestamp:
- 11/29/04 14:47:57 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r86 r89 941 941 $html =~ s|\$\$CIRCID\$\$|$webvar{circid}|g; 942 942 $webvar{desc} = desanitize($webvar{desc}); 943 $html =~ s|\$\$DESC\$\$|$webvar{desc}|g; 943 944 $webvar{notes} = desanitize($webvar{notes}); 944 $html =~ s|\$\$DESC\$\$|$webvar{desc}|g;945 945 $html =~ s|\$\$NOTES\$\$|$webvar{notes}|g; 946 946 $html =~ s|\$\$ACTION\$\$|insert|g; … … 1316 1316 1317 1317 $html =~ s/\$\$BLOCK\$\$/$webvar{block}/g; 1318 $webvar{city} = desanitize($webvar{city}); 1318 1319 $html =~ s/\$\$CITY\$\$/$webvar{city}/g; 1319 1320 $html =~ s/\$\$ALLOCTYPE\$\$/$webvar{alloctype}/g; 1320 1321 $html =~ s/\$\$TYPEFULL\$\$/$full_alloc_types{$webvar{alloctype}}/g; 1321 1322 $html =~ s/\$\$CUSTID\$\$/$webvar{custid}/g; 1323 $webvar{circid} = desanitize($webvar{circid}); 1322 1324 $html =~ s/\$\$CIRCID\$\$/$webvar{circid}/g; 1325 $webvar{desc} = desanitize($webvar{desc}); 1323 1326 $html =~ s/\$\$DESC\$\$/$webvar{desc}/g; 1327 $webvar{notes} = desanitize($webvar{notes}); 1324 1328 $html =~ s/\$\$NOTES\$\$/$webvar{notes}/g; 1325 1329
Note:
See TracChangeset
for help on using the changeset viewer.