]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se vuelven para atras los cambios del constructor del QuickForm.
authorGonzalo Merayo <merayo@gmail.com>
Thu, 3 Jul 2003 20:11:39 +0000 (20:11 +0000)
committerGonzalo Merayo <merayo@gmail.com>
Thu, 3 Jul 2003 20:11:39 +0000 (20:11 +0000)
lib/MECON/HTML/QuickForm.php

index e8019b53574bd2d1dfc935cfb71798e7071306f2..1c7763db12088d5870cf5ed5b63f263d397bcea9 100644 (file)
@@ -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');