]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MLIB/XLS.php
La clase dummy / interfaz Tpl.php tenia implementado un metodo (getGroup) ... se
[mecon/meconlib.git] / lib / MLIB / XLS.php
index 84b2a7161938a206e8d99735ab386480adf339bd..caaca5b07da8aefe0768bb9e865c76286f4cc450 100644 (file)
@@ -1,16 +1,15 @@
 <?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80:
 -------------------------------------------------------------------------------
-                             Ministerio de Economía
-                                    meconlib
+                                    mlib
 -------------------------------------------------------------------------------
-This file is part of meconlib.
+This file is part of mlib.
 
-meconlib is free software; you can redistribute it and/or modify it under
+mlib is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
 Software Foundation; either version 2 of the License, or (at your option)
 any later version.
 
-meconlib is distributed in the hope that it will be useful, but WITHOUT
+mlib is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  
@@ -27,7 +26,7 @@ $Id: PDF.php 428 2003-11-18 14:30:30Z mmarre $
 /**
  * Liberia base para el manejo de xls's.  
  */
-class MECON_XLS {
+class MLIB_XLS {
     /**
       * _xls_data, mantiene el binario temporal del xls  
       *
@@ -42,11 +41,11 @@ class MECON_XLS {
     var $_tabla;
 
     /**
-     *  MECON_XLS Constructor,
+     *  MLIB_XLS Constructor,
      *  @attrib tabla HTML_Tabla tabla de la que saca los datos
      *  @return void
      */
-    function MECON_XLS($tabla)
+    function MLIB_XLS($tabla)
     {
       $this->_tabla=$tabla;
     }