From: x2003bruneau Date: Mon, 14 May 2007 10:40:47 +0000 (+0000) Subject: Import r1817 X-Git-Tag: xorg/0.9.14~14 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=acd8952a6b96f9eee7959f7467276beab833a8f8;p=platal.git Import r1817 git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1818 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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');