mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
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
0344c2b1a7
commit
1d290a54b7
@ -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>
|
2010-10-27 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_db.php: in function "pandora_audit" added new parameter
|
* 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,
|
$result = copy_agent_module_to_agent ($id_duplicate_module,
|
||||||
get_agentmodule_agent($id_duplicate_module),
|
get_agentmodule_agent($id_duplicate_module),
|
||||||
__('copy of').' '.get_agentmodule_name($id_duplicate_module));
|
__('copy of').' '.get_agentmodule_name($id_duplicate_module));
|
||||||
debugPrint(var_dump($result));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// UPDATE GIS
|
// UPDATE GIS
|
||||||
|
@ -42,7 +42,7 @@ if (is_ajax ()) {
|
|||||||
if (file_exists ($config["remote_config"]."/md5/".$agent_md5.".md5"))
|
if (file_exists ($config["remote_config"]."/md5/".$agent_md5.".md5"))
|
||||||
$cont ++;
|
$cont ++;
|
||||||
}
|
}
|
||||||
debugPrint($cont);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user