2009-06-09 Esteban Sanchez <estebans@artica.es>
* godmode/reporting/reporting_builder.php: Fixed a couple of typo errors when adding a SLA report. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1743 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
fd5a18ad25
commit
e7ef42f5fd
|
@ -1,3 +1,8 @@
|
||||||
|
2009-06-09 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
|
* godmode/reporting/reporting_builder.php: Fixed a couple of typo
|
||||||
|
errors when adding a SLA report.
|
||||||
|
|
||||||
2009-06-09 Esteban Sanchez <estebans@artica.es>
|
2009-06-09 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
* include/functions_visual_map.php: Removed debug that causes maps to
|
* include/functions_visual_map.php: Removed debug that causes maps to
|
||||||
|
|
|
@ -182,10 +182,9 @@ if ($edit_sla_report_content) {
|
||||||
$sla_min = (float) get_parameter ('sla_min');
|
$sla_min = (float) get_parameter ('sla_min');
|
||||||
$sla_limit = (float) get_parameter ('sla_limit');
|
$sla_limit = (float) get_parameter ('sla_limit');
|
||||||
|
|
||||||
|
|
||||||
if ($id_module) {
|
if ($id_module) {
|
||||||
$result = process_sql_insert ('treport_content',
|
$result = process_sql_insert ('treport_content_sla_combined',
|
||||||
array ('id_repport_content' => $id_report_content,
|
array ('id_report_content' => $id_report_content,
|
||||||
'id_agent_module' => $id_module,
|
'id_agent_module' => $id_module,
|
||||||
'sla_max' => $sla_max,
|
'sla_max' => $sla_max,
|
||||||
'sla_min' => $sla_min,
|
'sla_min' => $sla_min,
|
||||||
|
|
Loading…
Reference in New Issue