diff --git a/templates/content-correspondent.tpl.html b/templates/content-correspondent.tpl.html index 47fc828..97e9159 100644 --- a/templates/content-correspondent.tpl.html +++ b/templates/content-correspondent.tpl.html @@ -21,7 +21,7 @@ FROM eps INNER JOIN hosts ON eps.hostid = hosts.hostid INNER JOIN miniseries ON eps.series = miniseries.id - WHERE hosts.hostid = ? + WHERE hosts.hostid = ? AND eps.date < date(\'now\', \'+1 days\') ORDER BY date DESC ') %-->