Added mail form wobject.

This commit is contained in:
JT Smith 2002-07-08 02:19:46 +00:00
parent 122cac8bd5
commit 4b6ef30ced
4 changed files with 721 additions and 3 deletions

View file

@ -19,7 +19,7 @@ sub fatalError {
if (exists $session{cgi}) {
$cgi = $session{cgi};
$friendly = 1 if ($session{setting}{onCriticalError} eq "friendly");
print WebGUI::Session::header();
print WebGUI::Session::httpHeader();
} else {
use CGI;
$cgi = CGI->new;