2011-09-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* 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
This commit is contained in:
juanmanuelr 2011-09-22 17:28:42 +00:00
parent 8f5d4b44a8
commit 5883f25b0b
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-09-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/agentes/estado_monitores.php: Erased traces and db_clean_cache().
2011-09-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* pandoradb.sql

View File

@ -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 ();