diff --git a/pandora_console/operation/snmpconsole/snmp_view.php b/pandora_console/operation/snmpconsole/snmp_view.php index 1efb30f521..a5e13de0a2 100755 --- a/pandora_console/operation/snmpconsole/snmp_view.php +++ b/pandora_console/operation/snmpconsole/snmp_view.php @@ -359,6 +359,7 @@ switch ($config["dbtype"]) { $sql_all = sprintf($sql_all, $whereSubquery); $sql_count = sprintf($sql_count, $whereSubquery); +$table = new stdClass(); $table->width = '100%'; $table->cellpadding = 0; $table->cellspacing = 0;