From: Gonzalo Merayo Date: Thu, 3 Jul 2003 20:11:39 +0000 (+0000) Subject: Se vuelven para atras los cambios del constructor del QuickForm. X-Git-Tag: svn_import~403 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/a57b23efc0dfb734951184ed54538eb5254cc951?ds=inline Se vuelven para atras los cambios del constructor del QuickForm. --- diff --git a/lib/MECON/HTML/QuickForm.php b/lib/MECON/HTML/QuickForm.php index e8019b5..1c7763d 100644 --- a/lib/MECON/HTML/QuickForm.php +++ b/lib/MECON/HTML/QuickForm.php @@ -35,7 +35,7 @@ require_once 'MECON/HTML/QuickForm/Renderer/Tabla.php'; */ class MECON_HTML_QuickForm extends HTML_QuickForm { var $_rendererOpts = array(); - function MECON_HTML_QuickForm($action='', $formName='', $target='_self', $method='post', $attributes=null) + function MECON_HTML_QuickForm($formName='', $method='post', $action='', $target='_self', $attributes=null) { parent::HTML_QuickForm($formName, $method, $action, $target, $attributes); $this->registerElementType('mdate', 'MECON/HTML/QuickForm/mdate.php', 'HTML_QuickForm_mdate');