From 41a3a9b9dc33857ffb0a947dd8e67a42c37bebfa Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 31 Jul 2013 06:45:14 +0000 Subject: [PATCH] Encode --- library/GenCourrier/GenCourrier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/GenCourrier/GenCourrier.php b/library/GenCourrier/GenCourrier.php index b8c487b75..3ec2c0290 100644 --- a/library/GenCourrier/GenCourrier.php +++ b/library/GenCourrier/GenCourrier.php @@ -185,7 +185,7 @@ class GenCourrier $odf->setVars('societe', $this->info->societe, true, 'UTF-8'); $odf->setVars('montant', $this->info->montant, true, 'UTF-8'); if ($this->info->type == 'MAIL') { - $odf->setVars('bymail',"ou à votre convenance par mail à : support@scores-decisions.com"); + $odf->setVars('bymail',"ou à votre convenance par mail à : support@scores-decisions.com", true, 'UTF-8'); } $odf->saveToDisk($this->path.$file);