2010-08-17 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/massive_operations.php: Fixed the default tab of the massive operations section git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3147 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ad3a8a3cc2
commit
40cc6844c1
|
@ -1,3 +1,8 @@
|
|||
2010-08-17 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/agentes/massive_operations.php: Fixed the default tab
|
||||
of the massive operations section
|
||||
|
||||
2010-08-17 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/agentes/massive_copy_modules.php
|
||||
|
|
|
@ -29,7 +29,7 @@ require_once ('include/functions_modules.php');
|
|||
|
||||
enterprise_include ('godmode/agentes/massive_operations.php');
|
||||
|
||||
$tab = (string) get_parameter ('tab', 'copy_modules');
|
||||
$tab = (string) get_parameter ('tab', 'massive_agents');
|
||||
$option = (string) get_parameter ('option', '');
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue