From: Matías Sklar Date: Wed, 7 Jan 2004 23:37:02 +0000 (+0000) Subject: - Cambio en QuickForm.php X-Git-Tag: svn_import~147 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/17eeb40fc086f03e96fcaf6bfe6581beb17be123?ds=sidebyside - Cambio en QuickForm.php --- diff --git a/lib/MECON/HTML/QuickFormSimple.php b/lib/MECON/HTML/QuickFormSimple.php index f5ab77b..b3e2427 100644 --- a/lib/MECON/HTML/QuickFormSimple.php +++ b/lib/MECON/HTML/QuickFormSimple.php @@ -66,7 +66,7 @@ class MECON_HTML_QuickFormSimple extends HTML_QuickForm { * @access public */ function getBegin() { - $attrs = $this->getAttributesString(); + $attrs = $this->getAttributes(true); return ""; } @@ -82,4 +82,4 @@ class MECON_HTML_QuickFormSimple extends HTML_QuickForm { } -?> \ No newline at end of file +?>