diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d2bec637bb..e141f72ae9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2008-11-10 Sancho Lerena + + * include/funcions_db.php: Reference to inexistant table + tagent_data_image has been deleted and fixed notice. + + * install.php: Fixed default var for homeurl. + 2008-11-08 Esteban Sanchez * godmode/reporting/reporting_builder.php: Fixed a notice using diff --git a/pandora_console/include/functions_db.php b/pandora_console/include/functions_db.php index 546ed5c7e8..851a68e3a5 100644 --- a/pandora_console/include/functions_db.php +++ b/pandora_console/include/functions_db.php @@ -2341,9 +2341,6 @@ function delete_agent ($id_agents) { temp_sql_delete ("talerta_agente_modulo", "id_agente_modulo", $tmodbase); temp_sql_delete ("talerta_agente_modulo", "id_agent", $id_agent); - //Data image - temp_sql_delete ("tagent_data_image", "id_agent", $id_agent); - //Events (up/down monitors) temp_sql_delete ("tevento", "id_agente", $id_agent); diff --git a/pandora_console/install.php b/pandora_console/install.php index a71d025f0a..0677f51ff6 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -323,7 +323,7 @@ function install_step3() { For example '/pandora_console' + value='/pandora_console'>