X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/94983fa84d06dc5e6f99f6b570245bcf08b96a75..ff300eaf76c4d30ccf8b12cef9813be55235a26c:/sistema/www/sel-sistema.php?ds=sidebyside diff --git a/sistema/www/sel-sistema.php b/sistema/www/sel-sistema.php index fff2afe..75ad23c 100644 --- a/sistema/www/sel-sistema.php +++ b/sistema/www/sel-sistema.php @@ -1,5 +1,5 @@ getSelectSistemas(); + $SISTEMAS = SAMURAI_Sistema::getArraySistemas($DB); // }}} //AGREGO LOS ELEMENTOS DEL FORM {{{ $FORM->addElement ('header', 'cabecera', 'Seleccione el sistema con el cual quiere trabajar'); @@ -42,11 +41,10 @@ $group[] = HTML_QuickForm::createElement('submit', 'aceptar' , 'Seleccionar'); $FORM->addGroup($group,'botones', '', ', '); // }}} - //VALIDO EL FORMULARIO {{{ if ($FORM->validate()) { $sistema =& $FORM->getElement ('sistemas'); - $tmp = $sistema->getSelected(); + $tmp = $sistema->getSelected(); $_SESSION['samurai']['id_sistema'] = $tmp['0']; if ($FORM->elementExists('responsable')) {