[Libreoffice-commits] .: bug/bug_fr

Rob Snelders rsnelders at kemper.freedesktop.org
Fri Jan 4 13:46:01 PST 2013


 bug/bug_fr/bug/mail.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 32981f96d1d2f2aba545fc81140aceb5ac247a32
Author: Rob Snelders <programming at ertai.nl>
Date:   Fri Jan 4 22:45:52 2013 +0100

    removed emailadres

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 at 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";


More information about the Libreoffice-commits mailing list