2014-03-12 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/configurar_agente.php: fixed for opensource version the prediction modules. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9567 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
957631c8c2
commit
9538e9d819
|
@ -1,3 +1,8 @@
|
|||
2014-03-12 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/configurar_agente.php: fixed for opensource
|
||||
version the prediction modules.
|
||||
|
||||
2014-03-12 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_plugin.php,
|
||||
|
|
|
@ -1031,6 +1031,9 @@ if ($create_module) {
|
|||
}
|
||||
|
||||
$id_module = (int) get_parameter ('id_module');
|
||||
if ($id_module == 5) {
|
||||
$prediction_module = 1;
|
||||
}
|
||||
|
||||
switch ($config["dbtype"]) {
|
||||
case "oracle":
|
||||
|
|
Loading…
Reference in New Issue