diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index bfe4cf6a59..2f8c5de0bc 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-10-19 Sergio Martin + + * godmode/massive/massive_edit_modules.php: Fixed a jquery typo + for iexplorer browser + 2010-10-19 Miguel de Dios * include/functions_io.php: fixed the function "safe_input" when the diff --git a/pandora_console/godmode/massive/massive_edit_modules.php b/pandora_console/godmode/massive/massive_edit_modules.php index 8fbeb5cb2c..08d3c5074b 100644 --- a/pandora_console/godmode/massive/massive_edit_modules.php +++ b/pandora_console/godmode/massive/massive_edit_modules.php @@ -13,7 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. - // Load global vars check_login (); @@ -340,6 +339,7 @@ else { $modules_row = 'none'; $agents_row = ''; } + ?>