mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
aeiou
This commit is contained in:
@@ -47,11 +47,6 @@
|
||||
else
|
||||
dat += "<table>"
|
||||
dat += "<tr><td>AUTHOR</td><td>TITLE</td><td>CATEGORY</td><td>SS<sup>13</sup>BN</td></tr>"
|
||||
var/SQLsearch = "isnull(deleted) AND "
|
||||
if(category == "Any")
|
||||
SQLsearch += "author LIKE '%[author]%' AND title LIKE '%[title]%'"
|
||||
else
|
||||
SQLsearch += "author LIKE '%[author]%' AND title LIKE '%[title]%' AND category='[category]'"
|
||||
var/bookcount = 0
|
||||
var/booksperpage = 20
|
||||
var/datum/db_query/query_library_count_books = SSdbcore.NewQuery({"
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
popup.open(FALSE)
|
||||
|
||||
/mob/dead/new_player/proc/playerpolls()
|
||||
var/list/output = list()
|
||||
var/output = "" //hey tg why is this a list?
|
||||
if (SSdbcore.Connect())
|
||||
var/isadmin = FALSE
|
||||
if(client?.holder)
|
||||
|
||||
Reference in New Issue
Block a user