]> git.llucax.com Git - mecon/ai.git/commitdiff
Se agrega el control para mostrar solo sistemas dados de alta.
authorLeandro Lucarella <llucax@gmail.com>
Thu, 17 Jul 2003 16:59:31 +0000 (16:59 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 17 Jul 2003 16:59:31 +0000 (16:59 +0000)
sistema/www/index.php

index cfab50e5fa6b60deae385b91dcde512990c68c57..ba761ef7da1750cc13447781457130eeaa0d1b58 100644 (file)
@@ -224,7 +224,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',
         );
     }