put in a hopefully reassuring comment about the email address :)

This commit is contained in:
Bill Currie 2003-08-03 22:50:05 +00:00
parent 75447d5c50
commit 465031656d
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ if ($fromaddr && $pkg && $version && $severity && $os && $details && $subj) {
mail ($address, StripSlashes ($subj), StripSlashes ($mail), "From: \"Bug-Submission Form\" <$address>");
echo '<P>Bug report sent!</P>';
} else {
?><P><STRONG>Note:</STRONG> All fields <STRONG>must</STRONG> be filled in.</P><FORM name="bug" method="post"><table><?
?><P><STRONG>Note:</STRONG> All fields <STRONG>must</STRONG> be filled in. Your email address will only be used to let you know when the bug is fixed and/or if more information is needed.</P><FORM name="bug" method="post"><table><?
do_inputline ("Your email", "fromaddr", 30, $fromaddr);
do_list ("Package", "pkg", ",QuakeForge,QuakeIIForge,Newtree,QFCC,Forge", $pkg);
do_inputline ("Package version", "version", 12, $version);