2012-09-12 Sergio Martin <sergio.martin@artica.es>

* godmode/agentes/module_manager_editor_plugin.php
	godmode/agentes/configurar_agente.php: Fixed two notices
	in the module creation



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6964 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2012-09-12 15:13:46 +00:00
parent 329b2b5c13
commit 8d2d7a4bf7
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-09-12 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/module_manager_editor_plugin.php
godmode/agentes/configurar_agente.php: Fixed two notices
in the module creation
2012-09-12 Vanessa Gil <vanessa.gil@artica.es>
* extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql,

View File

@ -693,6 +693,7 @@ if ($update_module || $create_module) {
$tcp_port = (int) get_parameter ('tcp_port');
$configuration_data = (string) get_parameter ('configuration_data');
$old_configuration_data = (string) get_parameter ('old_configuration_data');
$new_configuration_data = '';
$custom_string_1 = (string) get_parameter ('custom_string_1');
$custom_string_2 = (string) get_parameter ('custom_string_2');

View File

@ -15,6 +15,8 @@
enterprise_include_once('include/functions_policies.php');
global $module;
$macros = $module['macros'];
$disabledBecauseInPolicy = false;