X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/4f3e113d600d55d0788f448ad478f1c9714f48ae..4160e69ff2d0c2988e030e0b34c30468de47753f:/lib/MECON/PDF.php diff --git a/lib/MECON/PDF.php b/lib/MECON/PDF.php index d50b47f..609e37e 100644 --- a/lib/MECON/PDF.php +++ b/lib/MECON/PDF.php @@ -86,6 +86,7 @@ class MECON_PDF { */ function MECON_PDF($tam = "a4", $ori = "portrait") { + setlocale (LC_ALL, 'en_US'); $this->orientacion = $ori; $this->_pdf = new pdffile; $this->_config = include 'MECON/PDF/medidas.php';