2008-11-21 Evi Vanoost <vanooste@rcbi.rochester.edu>

* operation/agentes/estado_monitores: Quick fix

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1255 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
guruevi 2008-11-21 19:00:06 +00:00
parent 5e8d3fa275
commit f2ccf22c30
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ $sql = sprintf ("SELECT * FROM tagente_estado, tagente_modulo WHERE tagente_esta
ORDER BY tagente_modulo.nombre", $id_agente);
$modules = get_db_all_rows_sql ($sql);
if (empty ($modules)) {
$modules = array ();
}
$table->width = 750;
$table->cellpadding = 4;
$table->cellspacing = 4;