wrong encoding.
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 14 May 2007 07:45:54 +0000 (07:45 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 14 May 2007 07:45:54 +0000 (07:45 +0000)
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

index bfeb1ae..df02258 100644 (file)
@@ -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');