]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/PDF.php
Correccion a PDF Tabla(como no nos dimos cuenta antes) bis
[mecon/meconlib.git] / lib / MECON / PDF.php
index d50b47fd37885d88a19bc5630d9fef3701806b5a..609e37e5085f54b013c824833ef7ac977732f54f 100644 (file)
@@ -86,6 +86,7 @@ class MECON_PDF {
      */
     function MECON_PDF($tam = "a4", $ori = "portrait")
     {
      */
     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';
         $this->orientacion = $ori;
         $this->_pdf = new pdffile;
         $this->_config = include 'MECON/PDF/medidas.php';