1
0
forked from HPR/hpr_generator
Dave Morriss 366729a827 Fixing days to next free slot
templates/queries-index-mysql.tpl.html,
templates/queries-index-sqlite.tpl.html: Enhanced the query that finds
    the next free slot (query_next_available_episode). Also made it
    compute the days to the slot from the current day. The query returns
    data for calling Date::Calc to compute the number of days, but this
    calculation is no longer necessary. Next release will remove this.

templates/content-index.tpl.html: The number of days to the next free
    slot is reported here. The original Date::Calc computation which did
    this is no longer needed and has been removed since the query
    (query_next_available_episode) does it.
2023-10-10 17:55:44 +01:00
..
2023-05-06 09:07:25 -04:00
2023-08-19 13:34:50 +01:00
2023-08-19 13:34:50 +01:00
2023-03-13 23:14:35 -04:00
2023-09-09 17:54:19 +01:00