#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-378ad31fedc9
remotes/github/debian-pkg
ramon 2012-10-24 08:11:15 +00:00
parent aff1a367dc
commit 43e8b6f78a
1 changed files with 0 additions and 3 deletions

View File

@ -498,9 +498,6 @@ function listaAcciones($ambito,$idambito)
}
}
echo $html;
while (!$rs->EOF){
echo $rs->campos['descripcion'].'</br>';
};
}
// _________________________________________________________________________