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