The post process value in module options no longer take repeated numbers. Ticket #2431

This commit is contained in:
Arturo Gonzalez Diaz 2015-07-15 15:30:05 +02:00
parent e4a93d9bab
commit cbfab4781b
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ if ($update_module || $create_module) {
// where are very big and PHP uses scientific notation, p.e:
// 1.23E-10 is 0.000000000123
$post_process = (string) get_parameter ('post_process', 0.0);
$post_process = (string) get_parameter ('post_process');
//$prediction_module = 0;
$max_timeout = (int) get_parameter ('max_timeout');