]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se corrige para que ande con el nuevo HTML_QuickForm.
authorLeandro Lucarella <llucax@gmail.com>
Fri, 9 Jan 2004 22:28:18 +0000 (22:28 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Fri, 9 Jan 2004 22:28:18 +0000 (22:28 +0000)
lib/MECON/HTML/QuickForm/mdate.php

index 4ebf12272e722e47524241cbbf00583b8584c657..7117db2389ec39d4cc2372eadf508f0749b9d3a8 100644 (file)
@@ -47,7 +47,7 @@ class MECON_HTML_QuickForm_mdate extends HTML_QuickForm_date {
      * @return    void
      */
     function MECON_HTML_QuickForm_mdate($elementName=null, $elementLabel=null, $options=array(), $attributes=null) {
-        $this->_options = array ('es' => array (
+        $this->_locales = array ('es' => array (
                                            'weekdays_short'=> array ('' => '--', 'Dom', 'Lun', 'Mar', 'Mié', 'Jue', 'Vie', 'Sáb'),
                                            'weekdays_long' => array ('' => '--', 'Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado'),
                                            'months_short'  => array ('' => '--', 'Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'),
@@ -58,7 +58,6 @@ class MECON_HTML_QuickForm_mdate extends HTML_QuickForm_date {
                                                'Octubre', 'Noviembre', 'Diciembre')
                                        )
                                 );
-
         parent::HTML_QuickForm_date($elementName, $elementLabel,
                                     array_merge(array('language'=>'es','format'=>'d F Y'), $options),
                                     $attributes);