Code formatting

This commit is contained in:
2024-09-09 21:36:36 -04:00
parent c64ad492c8
commit 3662ebd0aa

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)
'
%-->