From 723a59e8545360c2cc29ed11a1bf6e8ceb6ae153 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Thu, 22 Sep 2011 17:28:42 +0000 Subject: [PATCH] 2011-09-22 Juan Manuel Ramon * operation/agentes/estado_monitores.php: Erased traces and db_clean_cache(). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4985 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/operation/agentes/estado_monitores.php | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ee0a867a73..2cf366986d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-09-22 Juan Manuel Ramon + + * operation/agentes/estado_monitores.php: Erased traces and db_clean_cache(). + 2011-09-22 Juan Manuel Ramon * pandoradb.sql diff --git a/pandora_console/operation/agentes/estado_monitores.php b/pandora_console/operation/agentes/estado_monitores.php index 9a7b4a4a94..3d7949c9fb 100644 --- a/pandora_console/operation/agentes/estado_monitores.php +++ b/pandora_console/operation/agentes/estado_monitores.php @@ -152,7 +152,6 @@ switch ($config["dbtype"]) { break; } -db_clean_cache(); // Get all module from agent switch ($config["dbtype"]) { case "mysql": @@ -196,7 +195,6 @@ switch ($config["dbtype"]) { ", $id_agente, $order['field'], $order['order']); break; } -//html_debug_print($sql); $modules = db_get_all_rows_sql ($sql); if (empty ($modules)) { $modules = array ();