From ae92414569165d0e2c3e0c6f141be8aac51cb3db Mon Sep 17 00:00:00 2001 From: Gonzalo Merayo Date: Mon, 14 Jul 2003 22:36:55 +0000 Subject: [PATCH] Se agrega un TODO. --- lib/MECON/HTML/Error.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.0