mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
510 + btime mostly removed + screen overlays overhaul + Paradise sched improvements
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user