Added forgotten Changelog

pandora_console/Changelog
This commit is contained in:
vgilc 2014-09-03 10:40:05 +02:00
parent f26d70ecde
commit ba29c61846
1 changed files with 5 additions and 1 deletions

View File

@ -797,7 +797,8 @@ if ($update_module || $create_module) {
// 1.23E-10 is 0.000000000123
$post_process = (string) get_parameter ('post_process', 0.0);
$prediction_module = 0;
//$prediction_module = 0;
$max_timeout = (int) get_parameter ('max_timeout');
$max_retries = (int) get_parameter ('max_retries');
$min = (int) get_parameter_post ("min");
@ -1099,9 +1100,12 @@ if ($create_module) {
}
$id_module = (int) get_parameter ('id_module');
//Commented because can't create prediction modules
/*
if ($id_module == 5) {
$prediction_module = 1;
}
*/
switch ($config["dbtype"]) {
case "oracle":