diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index 05b65c7508..5b4a87adea 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -95,6 +95,7 @@ $filters = '
'; //echo ''; +$table = new StdClass(); $table->width = "100%"; $table->cellspacing = 0; $table->cellpadding = 0; @@ -903,6 +904,7 @@ if (($config['dbtype'] == 'oracle') && ($result !== false)) { } } +$table = new StdClass(); $table->cellpadding = 0; $table->cellspacing = 0; $table->width = "100%";