510 + btime mostly removed + screen overlays overhaul + Paradise sched improvements

This commit is contained in:
Sood
2016-02-02 17:44:19 +01:00
parent 978fa98885
commit 31ac9f6a5b
153 changed files with 829 additions and 3044 deletions

View File

@@ -59,7 +59,7 @@
where.Add("category = '[sanitizeSQL(category)]'")
if(title)
where.Add("title LIKE '%[sanitizeSQL(title)]%'")
return " WHERE "+list2text(where," AND ")
return " WHERE "+jointext(where," AND ")
return ""
// So we can have catalogs of books that are programmatic, and ones that aren't.