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:
parent
c0120cf9e5
commit
679af3b3f0
|
@ -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>
|
||||
|
||||
* operation/events/events_list.php: Toggle arrow control changes
|
||||
|
|
|
@ -251,6 +251,7 @@ $table_advanced->data[4][0] = __('Export target');
|
|||
$none_text = __('None');
|
||||
$disabled_export = false;
|
||||
// If code comes from policies disable export select
|
||||
global $__code_from;
|
||||
if ($__code_from == 'policies'){
|
||||
$none_text = __('Not needed');
|
||||
$disabled_export = true;
|
||||
|
|
Loading…
Reference in New Issue