Changeset 480


Ignore:
Timestamp:
09/17/10 19:37:32 (14 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Forgot to remove some refs to printHeader in CommonWeb.pm in r479 (see #15, #26)
Add the Invitable Forgotten New File (DB error template)

Location:
branches/htmlform
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/cgi-bin/CommonWeb.pm

    r479 r480  
    1919
    2020@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 )]
    2523                );
    2624
Note: See TracChangeset for help on using the changeset viewer.