X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/94983fa84d06dc5e6f99f6b570245bcf08b96a75..d0ae155a8be2168110755cce58865068b34bfe91:/sistema/www/sel-sistema.php?ds=sidebyside diff --git a/sistema/www/sel-sistema.php b/sistema/www/sel-sistema.php index fff2afe..8f21d4d 100644 --- a/sistema/www/sel-sistema.php +++ b/sistema/www/sel-sistema.php @@ -21,13 +21,12 @@ // require_once 'MECON/HTML/QuickForm.php'; require_once 'MECON/HTML/Tabla.php'; - + require_once 'SAMURAI/Sistema.php'; //CREO LOS OBJETOS NECESARIOS {{{ $FORM = new MECON_HTML_QuickForm ('sel_sistema','post','sel-sistema'); - $SAMURAI = new Samurai($DB); - $SISTEMAS = $SAMURAI->getSelectSistemas(); + $SISTEMAS = SAMURAI_Sistema::getArraySistemas($DB); // }}} //AGREGO LOS ELEMENTOS DEL FORM {{{ $FORM->addElement ('header', 'cabecera', 'Seleccione el sistema con el cual quiere trabajar'); @@ -46,7 +45,7 @@ //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')) {