mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
2011-11-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/agentes/module_manager_editor.php: Fixed a typo. Fixes: #3422974 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5124 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a2ffd16415
commit
3c5dd8b8ef
@ -1,3 +1,9 @@
|
|||||||
|
2011-11-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/module_manager_editor.php: Fixed a typo.
|
||||||
|
|
||||||
|
Fixes: #3422974
|
||||||
|
|
||||||
2011-11-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2011-11-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* include/functions_reporting.php:
|
* include/functions_reporting.php:
|
||||||
|
@ -413,7 +413,7 @@ $(document).ready (function () {
|
|||||||
|
|
||||||
if (remote_config.match(regexp_name) || $("#id_module_type").val()==100 || $("#hidden-id_module_type_hidden").val()==100) return true;
|
if (remote_config.match(regexp_name) || $("#id_module_type").val()==100 || $("#hidden-id_module_type_hidden").val()==100) return true;
|
||||||
else {
|
else {
|
||||||
alert("<?php echo __("Error, The field name and name in module_name in data configuration are difrerent.");?>");
|
alert("<?php echo __("Error, The field name and name in module_name in data configuration are different.");?>");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user