mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +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
|
||||
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();
|
||||
$index = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user