backport
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Wed, 19 Jan 2005 09:55:36 +0000 (09:55 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:27:51 +0000 (23:27 +0200)
Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-37
   bad ieda

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-388

htdocs/groupex/export-econfiance.php

index 014642a..6c8a64a 100644 (file)
@@ -57,9 +57,9 @@ if (isset($_SESSION["chall"]) && $_SESSION["chall"] != "" && $_GET["PASS"] == md
 
     while (list ($prenom1,$nom1,$email1) = $all->next()) {
             $res .= "<membre>\n";
-            $res .= "\t<nom>".utf8_encode($nom1)."</nom>\n";
-            $res .= "\t<prenom>".utf8_encode($prenom1)."</prenom>\n";
-            $res .= "\t<email>".utf8_encode($email1)."</email>\n";
+            $res .= "\t<nom>$nom1</nom>\n";
+            $res .= "\t<prenom>$prenom1</prenom>\n";
+            $res .= "\t<email>$email1</email>\n";
             $res .= "</membre>\n\n";
     }