From 5c0d4850909c7db920910d8e6e874f98a47e7b98 Mon Sep 17 00:00:00 2001 From: esanchezm Date: Tue, 9 Jun 2009 14:43:37 +0000 Subject: [PATCH] 2009-06-09 Esteban Sanchez * include/javascript/pandora_modules.js: Fixed variable name. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1745 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/javascript/pandora_modules.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cf2b64af59..c7f1ddeaf6 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2009-06-09 Esteban Sanchez + + * include/javascript/pandora_modules.js: Fixed variable name. + 2009-06-09 Esteban Sanchez * godmode/agentes/agent_manager.php: Fixed string filter when diff --git a/pandora_console/include/javascript/pandora_modules.js b/pandora_console/include/javascript/pandora_modules.js index 822a8efdc9..8ddd09ae24 100644 --- a/pandora_console/include/javascript/pandora_modules.js +++ b/pandora_console/include/javascript/pandora_modules.js @@ -158,7 +158,7 @@ function configure_modules_form () { if (moduletype == 5) { if ($("#prediction_module").val () == null) { $("#prediction_module").focus (); - $("#message").showMessage (no_module_lang); + $("#message").showMessage (no_prediction_module_lang); return false; } }