Code formatting

This commit is contained in:
Roan Horning 2024-09-09 21:36:36 -04:00
parent c64ad492c8
commit 3662ebd0aa
Signed by: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -19,6 +19,6 @@
<!--% query_hpr_show_count = '
SELECT id
FROM eps
WHERE eps.hostid = ? eps.date < DATE_ADD(NOW(), INTERVAL 1 DAY)
WHERE eps.hostid = ? AND eps.date < DATE_ADD(NOW(), INTERVAL 1 DAY)
'
%-->