Changeset 480
- Timestamp:
- 09/17/10 19:37:32 (14 years ago)
- Location:
- branches/htmlform
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/cgi-bin/CommonWeb.pm
r479 r480 19 19 20 20 @EXPORT = (); #export nothing by default 21 %EXPORT_TAGS = ( ALL => [qw( &printHeader &printError 22 &printAndExit &desanitize &cleanInput )], 23 lean => [qw( &printHeader &printError 24 &printAndExit &cleanInput )] 21 %EXPORT_TAGS = ( ALL => [qw( &printError &printAndExit &desanitize &cleanInput )], 22 lean => [qw( &printError &printAndExit &cleanInput )] 25 23 ); 26 24
Note:
See TracChangeset
for help on using the changeset viewer.