hpr_generator/templates/ids-twat_episode.tpl.html

9 lines
245 B
HTML

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