From 501f2866111a0afc1e93e2dfa9156dbd5ca6ed01 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 17 Aug 2010 17:11:19 +0000 Subject: [PATCH] 2010-08-17 Sergio Martin * 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 --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/agentes/massive_operations.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 407996c885..07dcb7f0f1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-08-17 Sergio Martin + + * godmode/agentes/massive_operations.php: Fixed the default tab + of the massive operations section + 2010-08-17 Sergio Martin * godmode/agentes/massive_copy_modules.php diff --git a/pandora_console/godmode/agentes/massive_operations.php b/pandora_console/godmode/agentes/massive_operations.php index e80a375f9f..e9b929e6cf 100644 --- a/pandora_console/godmode/agentes/massive_operations.php +++ b/pandora_console/godmode/agentes/massive_operations.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', '');