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

@ -1,5 +1,5 @@
<!--% query_hpr_shows = '
SELECT
SELECT
eps.id,
eps.explicit,
eps.date, eps.license, eps.duration,
@ -17,8 +17,8 @@
'
%-->
<!--% query_hpr_show_count = '
SELECT id
FROM eps
WHERE eps.hostid = ? eps.date < DATE_ADD(NOW(), INTERVAL 1 DAY)
SELECT id
FROM eps
WHERE eps.hostid = ? AND eps.date < DATE_ADD(NOW(), INTERVAL 1 DAY)
'
%-->