]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MLIB/HTML/Error.php
Se agrega un objeto que permite armar tablas html a partir de templates.
[mecon/meconlib.git] / lib / MLIB / HTML / Error.php
index 443cacff4be3d47ee317c39ed3d9e7dd353ed067..55abf5f16f059becccadbc9d1f1196545cef4f17 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.
  
@@ -29,7 +28,7 @@ $Id$
  *
  * @access public
  */
-class MECON_HTML_Error {
+class MLIB_HTML_Error {
     /**
      * Mensaje de error.
      *
@@ -46,7 +45,7 @@ class MECON_HTML_Error {
      * @return void
      * @access public
      */
-    function MECON_HTML_Error($msg = '')
+    function MLIB_HTML_Error($msg = '')
     {
         // TODO - hacer que se le pueda pasar un PEAR_Error y que le saque el mensaje solita.
         $this->msg = $msg;