From 5f818eec3ff47a0a6913f4393f9dc2bf3288045e Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 27 Oct 2010 17:28:05 +0000 Subject: [PATCH] 2010-10-27 Miguel de Dios * godmode/agentes/configurar_agente.php, godmode/massive/massive_edit_agents.php: erased the calls "debugPrint" found in source code. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3471 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/godmode/agentes/configurar_agente.php | 2 +- pandora_console/godmode/massive/massive_edit_agents.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f6babcb398..5844983a25 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-10-27 Miguel de Dios + + * godmode/agentes/configurar_agente.php, + godmode/massive/massive_edit_agents.php: erased the calls "debugPrint" found + in source code. + 2010-10-27 Miguel de Dios * include/functions_db.php: in function "pandora_audit" added new parameter diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 00e3ee0cc8..9a3d739089 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -754,7 +754,7 @@ if ($duplicate_module){ // DUPLICATE agent module ! $result = copy_agent_module_to_agent ($id_duplicate_module, get_agentmodule_agent($id_duplicate_module), __('copy of').' '.get_agentmodule_name($id_duplicate_module)); - debugPrint(var_dump($result)); + } // UPDATE GIS diff --git a/pandora_console/godmode/massive/massive_edit_agents.php b/pandora_console/godmode/massive/massive_edit_agents.php index bab92e2003..ba403918b0 100644 --- a/pandora_console/godmode/massive/massive_edit_agents.php +++ b/pandora_console/godmode/massive/massive_edit_agents.php @@ -42,7 +42,7 @@ if (is_ajax ()) { if (file_exists ($config["remote_config"]."/md5/".$agent_md5.".md5")) $cont ++; } - debugPrint($cont); + return; } }