]> git.llucax.com Git - mecon/ai.git/blobdiff - sistema/www/index.php
Se hace el select lindo para elegir padre y para elegir antigüedad de
[mecon/ai.git] / sistema / www / index.php
index cfab50e5fa6b60deae385b91dcde512990c68c57..3389553379da591f226e5a8f8ff56e74c41b1c2c 100644 (file)
@@ -211,11 +211,10 @@ if ($tipo) {
         'db'            => &$db,
         'tabla'         => $tabla,
         'id'            => $tipo,
-        'nombre'        => $tipo,
+        'nombre'        => 'nombre',
         'prepend_link'  => $tipo.'?accion='.AI_MODIF.'&id='
     );
     if ($tipo == 'grupo' or $tipo == 'servicio') {
-        $dbdata['nombre']   = 'nombre';
         $dbdata['id_padre'] = $tipo . '_padre';
     } elseif ($tipo == 'sistema') { // FIXME - horrible!!!
         $dbdata = array(
@@ -224,7 +223,7 @@ if ($tipo) {
             'id'            => "A.$tipo",
             'nombre'        => 'S.nombre_sistema',
             'prepend_link'  => $tipo.'?accion='.AI_MODIF.'&id=',
-            'where'         => 'S.id_sistema = A.sistema',
+            'where'         => 'S.id_sistema = A.sistema AND S.estado = 1',
             'order'         => 'asc',
         );
     }