From: Pierre Habouzit (MadCoder Date: Wed, 19 Jan 2005 09:55:36 +0000 (+0000) Subject: backport X-Git-Tag: xorg/old~369 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=8e8f24371a1376353c978fba30fc42b2e8ee94a4;p=platal.git 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 --- 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"; }