diff options
-rw-r--r-- | bug/bug_fr/bug/mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/bug_fr/bug/mail.php b/bug/bug_fr/bug/mail.php index 892ca5a..68ea3ee 100644 --- a/bug/bug_fr/bug/mail.php +++ b/bug/bug_fr/bug/mail.php @@ -5,7 +5,7 @@ echo("FALSE"); } - $to = "programming@ertai.nl"; + $to = ""; $subject = "New Bug via the French BSA!"; $body = "Hi,\n\nThere was a new bug filed in french. Can somebody triage it for us?\n\n"; $body = $body + "Component: " + $_POST["component"] + "\n"; |