From 8029c31559011c01ff8e1455e86dd6a4da7e0763 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Mon, 14 May 2007 07:45:54 +0000 Subject: [PATCH] wrong encoding. please backport :) contacts.pdf.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1817 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/carnet/contacts.pdf.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/carnet/contacts.pdf.inc.php b/modules/carnet/contacts.pdf.inc.php index bfeb1ae..df02258 100644 --- a/modules/carnet/contacts.pdf.inc.php +++ b/modules/carnet/contacts.pdf.inc.php @@ -217,7 +217,7 @@ class ContactsPDF extends FPDF } if ($a['tel']) { - $this->TableRow('Téléphone', $a['tel'], 'Mono'); + $this->TableRow(utf8_decode('Téléphone'), $a['tel'], 'Mono'); } if ($a['fax']) { $this->TableRow('Fax', $a['fax'], 'Mono'); -- 2.1.4