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:
parent
8dac9aa36d
commit
5c0d485090
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue