2009-06-09 Esteban Sanchez <estebans@artica.es>

* 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
This commit is contained in:
esanchezm 2009-06-09 14:43:37 +00:00
parent 8dac9aa36d
commit 5c0d485090
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-06-09 Esteban Sanchez <estebans@artica.es>
* include/javascript/pandora_modules.js: Fixed variable name.
2009-06-09 Esteban Sanchez <estebans@artica.es>
* godmode/agentes/agent_manager.php: Fixed string filter when

View File

@ -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;
}
}