From 8e8f24371a1376353c978fba30fc42b2e8ee94a4 Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Wed, 19 Jan 2005 09:55:36 +0000 Subject: [PATCH] backport 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/groupex/export-econfiance.php b/htdocs/groupex/export-econfiance.php index 014642a..6c8a64a 100644 --- a/htdocs/groupex/export-econfiance.php +++ b/htdocs/groupex/export-econfiance.php @@ -57,9 +57,9 @@ if (isset($_SESSION["chall"]) && $_SESSION["chall"] != "" && $_GET["PASS"] == md while (list ($prenom1,$nom1,$email1) = $all->next()) { $res .= "\n"; - $res .= "\t".utf8_encode($nom1)."\n"; - $res .= "\t".utf8_encode($prenom1)."\n"; - $res .= "\t".utf8_encode($email1)."\n"; + $res .= "\t$nom1\n"; + $res .= "\t$prenom1\n"; + $res .= "\t$email1\n"; $res .= "\n\n"; } -- 2.1.4