#560: Eliminar bucle de depuración para mejorar la presentación de la cola de acciones.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3372 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/debian-pkg
parent
aff1a367dc
commit
43e8b6f78a
|
@ -498,9 +498,6 @@ function listaAcciones($ambito,$idambito)
|
|||
}
|
||||
}
|
||||
echo $html;
|
||||
while (!$rs->EOF){
|
||||
echo $rs->campos['descripcion'].'</br>';
|
||||
};
|
||||
}
|
||||
// _________________________________________________________________________
|
||||
|
||||
|
|
Loading…
Reference in New Issue