mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Removed unwanted trace
This commit is contained in:
parent
38e7a4277f
commit
1aed97cbd4
@ -7832,7 +7832,6 @@ function reporting_get_agentmodule_sla_day ($id_agent_module, $period = 0, $min_
|
|||||||
} else if (count ($interval_data) > 0) {
|
} else if (count ($interval_data) > 0) {
|
||||||
// Propagate undefined status to first time point
|
// Propagate undefined status to first time point
|
||||||
$first_interval_time = array_shift ($interval_data);
|
$first_interval_time = array_shift ($interval_data);
|
||||||
html_debug ($first_interval_time);
|
|
||||||
$period_reduced -= $first_interval_time['utimestamp'] - $datelimit + $datelimit_increased;
|
$period_reduced -= $first_interval_time['utimestamp'] - $datelimit + $datelimit_increased;
|
||||||
array_unshift ($interval_data, $first_interval_time);
|
array_unshift ($interval_data, $first_interval_time);
|
||||||
}
|
}
|
||||||
@ -8710,4 +8709,4 @@ function reporting_get_agentmodule_sla_working_timestamp ($period, $date_end, $w
|
|||||||
return $wt;
|
return $wt;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user