2012-03-21 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* godmode/agentes/module_manager_editor_common.php: Added global var
	to avoid php warning.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5809 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2012-03-21 18:39:08 +00:00
parent c0120cf9e5
commit 679af3b3f0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-03-21 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/agentes/module_manager_editor_common.php: Added global var
to avoid php warning.
2012-03-21 Juan Manuel Ramon <juanmanuel.ramon@artica.es> 2012-03-21 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/events/events_list.php: Toggle arrow control changes * operation/events/events_list.php: Toggle arrow control changes

View File

@ -251,6 +251,7 @@ $table_advanced->data[4][0] = __('Export target');
$none_text = __('None'); $none_text = __('None');
$disabled_export = false; $disabled_export = false;
// If code comes from policies disable export select // If code comes from policies disable export select
global $__code_from;
if ($__code_from == 'policies'){ if ($__code_from == 'policies'){
$none_text = __('Not needed'); $none_text = __('Not needed');
$disabled_export = true; $disabled_export = true;