From: Leandro Lucarella Date: Wed, 27 Aug 2003 20:28:15 +0000 (+0000) Subject: Se elimina el uso de un método deprecated. X-Git-Tag: svn_import~23 X-Git-Url: https://git.llucax.com/mecon/ai.git/commitdiff_plain/75d0be2f4caad928e742832fe35b8eb5e429a442?ds=sidebyside Se elimina el uso de un método deprecated. --- diff --git a/sistema/local_lib/AI/Form.php b/sistema/local_lib/AI/Form.php index f83c623..c39610f 100644 --- a/sistema/local_lib/AI/Form.php +++ b/sistema/local_lib/AI/Form.php @@ -81,7 +81,7 @@ class AI_Form extends MECON_HTML_QuickForm { $s_accion = 'Agregar'; } // Construyo con el padre y seteos generales. - $this->setRendererOpts(array('width' => '400')); + $this->renderer->updateAttributes(array('width' => '400')); $this->addElement('header','cabecera', $s_accion . ' ' . $s_tipo); // Elementos. if ($tipo == 'sistema') {