From 18f7bf8b1bc737f4570f29ecb97c3fd858b4b444 Mon Sep 17 00:00:00 2001
From: pyg77 <pyg@framasoft.net>
Date: Sat, 25 Jun 2011 01:06:15 +0200
Subject: [PATCH] correction bug envoi mail

---
 studs.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/studs.php b/studs.php
index a62e3d50..d2b38173 100644
--- a/studs.php
+++ b/studs.php
@@ -173,7 +173,7 @@ if (!is_error(NO_POLL) && (isset($_POST["boutonp"]) || isset($_POST["boutonp_x"]
       if ($dsondage->mailsonde || /* compatibility for non boolean DB */ $dsondage->mailsonde=="yes" || $dsondage->mailsonde=="true") {
         $headers="From: ".NOMAPPLICATION." <".ADRESSEMAILADMIN.">\r\nContent-Type: text/plain; charset=\"UTF-8\"\nContent-Transfer-Encoding: 8bit";
         mail ("$dsondage->mail_admin",
-              "[".NOMAPPLICATION."] "._("Poll's participation")." : ".htmlspecialchars_decode($dsondage->titre, ENT_QUOTES).",".
+              "[".NOMAPPLICATION."] "._("Poll's participation")." : ".htmlspecialchars_decode($dsondage->titre, ENT_QUOTES),.
               htmlspecialchars_decode("\"$nom\" ",ENT_QUOTES).
               _("has filled a line.\nYou can find your poll at the link") . " :\n\n".
               getUrlSondage($numsondage)." \n\n" .
-- 
GitLab