From acd8952a6b96f9eee7959f7467276beab833a8f8 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Mon, 14 May 2007 10:40:47 +0000 Subject: [PATCH] Import r1817 git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1818 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