From 5c2061745c8e95e2a9fb22c3032d73d925c607be Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 18 Jul 2003 06:40:31 +0000 Subject: [PATCH] better enable that --- bugs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugs/index.php b/bugs/index.php index 954f56e..82b5de7 100644 --- a/bugs/index.php +++ b/bugs/index.php @@ -70,7 +70,7 @@ if ($pkg && $version && $severity && $os && $details && $subj) { echo "To: $address
\n"; echo 'Subject: ' . StripSlashes($subj) . '
'; echo '
' . StripSlashes ($mail) . '
'; - //mail ('quakeforge-devel@lists.quakeforge.net', $subject, $text, "From: taniwha"); + mail ('quakeforge-devel@lists.quakeforge.net', $subject, $text, "From: websit "); } else { ?>

Note: All fields must be filled in.