This commit is contained in:
loviuz 2021-01-05 15:33:51 +01:00
commit b1640c215a
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class Query
// Date
'|period_start|' => $_SESSION['period_start'],
'|period_end|' => $_SESSION['period_end'],
'|period_end|' => $_SESSION['period_end'].' 23:59:59',
// Segmenti
'|'.$segment_filter.'|' => !empty($segment) ? ' AND '.$segment_name.' = '.prepare($segment) : '',