2010-10-27 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2010-10-27 17:28:05 +00:00
parent b0b231688f
commit 5f818eec3f
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2010-10-27 Miguel de Dios <miguel.dedios@artica.es>
* 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 <miguel.dedios@artica.es>
* include/functions_db.php: in function "pandora_audit" added new parameter

View File

@ -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

View File

@ -42,7 +42,7 @@ if (is_ajax ()) {
if (file_exists ($config["remote_config"]."/md5/".$agent_md5.".md5"))
$cont ++;
}
debugPrint($cont);
return;
}
}