From: Gonzalo Merayo Date: Mon, 14 Jul 2003 22:36:55 +0000 (+0000) Subject: Se agrega un TODO. X-Git-Tag: svn_import~375 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/ae92414569165d0e2c3e0c6f141be8aac51cb3db?ds=inline Se agrega un TODO. --- diff --git a/lib/MECON/HTML/Error.php b/lib/MECON/HTML/Error.php index 489d88a..2d2917a 100644 --- a/lib/MECON/HTML/Error.php +++ b/lib/MECON/HTML/Error.php @@ -48,6 +48,7 @@ class MECON_HTML_Error { */ function MECON_HTML_Error($msg = '') // ~X2C { + // TODO - hacer que se le pueda pasar un PEAR_Error y que le saque el mensaje solita. $this->msg = $msg; } // -X2C @@ -62,7 +63,7 @@ class MECON_HTML_Error { function toHtml() // ~X2C { // FIXME - usar un estilo con class. - return '
' . $this->msg . '
'; + return '
' . $this->msg . '
'; } // -X2C