mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Added end date to fullscale chart view
This commit is contained in:
parent
53f4c6edb8
commit
d744cb9220
@ -563,7 +563,7 @@ function grafico_modulo_sparse_data ($agent_module_id, $period, $show_events,
|
|||||||
|
|
||||||
// Get module data
|
// Get module data
|
||||||
if ($fullscale) {
|
if ($fullscale) {
|
||||||
$uncompress_data = db_uncompress_module_data((int)$agent_module_id, $datelimit, get_system_time());
|
$uncompress_data = db_uncompress_module_data((int)$agent_module_id, $datelimit, $date);
|
||||||
|
|
||||||
$new_data = array();
|
$new_data = array();
|
||||||
$index = 0;
|
$index = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user