X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/f511595e675f4589b2d1f0cf5d74ff0594a402f5..7d6253665e1e39bbb176518d9f99c9fc174c9490:/sistema/www/sel-sistema.php diff --git a/sistema/www/sel-sistema.php b/sistema/www/sel-sistema.php index 6a3e776..b76280d 100644 --- a/sistema/www/sel-sistema.php +++ b/sistema/www/sel-sistema.php @@ -30,7 +30,7 @@ $FORM = new MECON_HTML_QuickForm ('sel_sistema','post','sel-sistema'); $TABLAFORM =& new MECON_HTML_Tabla ('width="400"', 'comun'); $FORM->renderer->setTable($TABLAFORM); - $SISTEMAS = SAMURAI_Sistema::getArraySistemas($DB); + $SISTEMAS = SAMURAI_Sistema::getArraySistemasSeleccionar($DB); // }}} //AGREGO LOS ELEMENTOS DEL FORM {{{ $FORM->addElement ('header', 'cabecera', 'Seleccione el sistema con el cual quiere trabajar');