summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2013-02-16 21:53:17 +0100
committerRob Snelders <programming@ertai.nl>2013-02-16 21:53:17 +0100
commitc75569b68901a56bcb576ca03f1e8a90c8af927c (patch)
treecbaee6f02f21017dc66bf27027327081fa425164
parent4814ad376580500a08c6714aebeb6767cc3d40b3 (diff)
Added my email-address for now.
-rw-r--r--bug/bug_fr/bug/mail.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/bug/bug_fr/bug/mail.php b/bug/bug_fr/bug/mail.php
index 2b56ee0..cafa19b 100644
--- a/bug/bug_fr/bug/mail.php
+++ b/bug/bug_fr/bug/mail.php
@@ -5,9 +5,9 @@
echo("FALSE");
}
- $to = "";
+ $to = "programming@ertai.nl";
$subject = "Bug sur Nouveau dans le BSA français!";
- $body = "Salut,\n\nIl y avait un bug nouvelle demande déposée en français. Can triage quelqu'un pour nous?\n\n";
+ $body = "Salut,\n\nIl y avait un bug nouvelle demande déposée en français. Il ya quelqu'un qui se triage sa bug?\n\n";
$body = $body."Composant: ".$_POST["component"]."\n";
$body = $body."Version: ".$_POST["version"]."\n";
$body = $body."Keywords: ".$_POST["keywords"]."\n";