From 097b50b30b32e73cc7fdcee0a40a540e58f0d097 Mon Sep 17 00:00:00 2001 From: Dave Morriss Date: Sun, 29 Oct 2023 17:32:02 +0000 Subject: [PATCH] =?UTF-8?q?Next=20free=20slot=20algorithm=20now=20in=20TT?= =?UTF-8?q?=C2=B2=20form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit templates/content-index.tpl.html: Now contains TTĀ² code and an in-built query to determine the next free slot. No need for an external query. Old code that used to use this has been deleted. templates/queries-index-mysql.tpl.html, templates/queries-index-sqlite.tpl.html: Old queries called 'query_next_available_episode' removed since no longer needed. --- templates/content-index.tpl.html | 3 --- templates/queries-index-mysql.tpl.html | 32 ------------------------- templates/queries-index-sqlite.tpl.html | 32 ------------------------- 3 files changed, 67 deletions(-) diff --git a/templates/content-index.tpl.html b/templates/content-index.tpl.html index aab5cd5..ae4ea18 100644 --- a/templates/content-index.tpl.html +++ b/templates/content-index.tpl.html @@ -30,9 +30,6 @@ - - - diff --git a/templates/queries-index-mysql.tpl.html b/templates/queries-index-mysql.tpl.html index 348da4c..f8b95c1 100644 --- a/templates/queries-index-mysql.tpl.html +++ b/templates/queries-index-mysql.tpl.html @@ -1,35 +1,3 @@ - - --> - -->