hpr_generator/templates/ids-episode.tpl.html

9 lines
233 B
HTML

<!--% USE DBI(constants.driver, constants.user, constants.password) %-->
<!--% FOREACH episode IN DBI.query(
'select eps.id from eps
where eps.date < DATE_ADD(NOW(), INTERVAL 1 DAY) '
) %-->
,<!--% episode.id %-->
<!--% END %-->