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:
parent
b0b231688f
commit
5f818eec3f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -42,7 +42,7 @@ if (is_ajax ()) {
|
|||
if (file_exists ($config["remote_config"]."/md5/".$agent_md5.".md5"))
|
||||
$cont ++;
|
||||
}
|
||||
debugPrint($cont);
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue