From: Leandro Lucarella Date: Mon, 29 Mar 2004 17:59:01 +0000 (+0000) Subject: Se borran tags de xmi2code. X-Git-Tag: svn_import~77 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/b0d5de1c50493b940cc128843eb3527716c04543 Se borran tags de xmi2code. --- diff --git a/lib/MECON/HTML/Error.php b/lib/MECON/HTML/Error.php index e904831..443cacf 100644 --- a/lib/MECON/HTML/Error.php +++ b/lib/MECON/HTML/Error.php @@ -24,7 +24,6 @@ Author: Leandro Lucarella $Id$ -----------------------------------------------------------------------------*/ -// +X2C Class 163 :MECON_HTML_Error /** * Dibuja un mensaje de error en HTML. * @@ -39,9 +38,6 @@ class MECON_HTML_Error { */ var $msg = ''; - // ~X2C - - // +X2C Operation 165 /** * Constructor. * @@ -50,28 +46,25 @@ class MECON_HTML_Error { * @return void * @access public */ - function MECON_HTML_Error($msg = '') // ~X2C + function MECON_HTML_Error($msg = '') { // TODO - hacer que se le pueda pasar un PEAR_Error y que le saque el mensaje solita. $this->msg = $msg; } - // -X2C - // +X2C Operation 166 /** * Dibuja el HTML. * * @return string * @access public */ - function toHtml() // ~X2C + function toHtml() { // FIXME - usar un estilo con class. return '
' . $this->msg . '
'; } - // -X2C -} // -X2C Class :MECON_HTML_Error +} ?> \ No newline at end of file