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:
parent
5e8d3fa275
commit
f2ccf22c30
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue