forked from rho_n/hpr_generator
Convert series episode page queries from SQLite to MySQL
This commit is contained in:
parent
5612eeed42
commit
e3abe5fd68
@ -38,7 +38,7 @@
|
||||
INNER JOIN hosts
|
||||
ON eps.hostid = hosts.hostid
|
||||
WHERE series = ?
|
||||
ORDER BY eps.id + 0 DESC
|
||||
ORDER BY eps.id DESC
|
||||
')
|
||||
%-->
|
||||
<!--% show_results = query_shows.execute(id) %-->
|
||||
|
Loading…
Reference in New Issue
Block a user