mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
fixes
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
to_chat(C, "DEBUG: [text]")
|
||||
|
||||
/proc/log_sql(text)
|
||||
world.log << text
|
||||
if (!config || (config && config.log_sql))
|
||||
diary << html_decode("\[[time_stamp()]]SQL: [text]")
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
descmin = input("Optional: Set description for minimum rating","Minimum rating description") as message
|
||||
descmid = input("Optional: Set description for median rating","Median rating description") as message
|
||||
descmax = input("Optional: Set description for maximum rating","Maximum rating description") as message
|
||||
var/datum/DBQuery/query_polladd_option = SSdbcore.NewQuery("INSERT INTO erro_poll_option (pollid, text, percentagecalc, minval, maxval, descmin, descmid, descmax) VALUES (:pollid, :option, :percentagecacl, :minval, :maxval, :descmin, :descmid, :descmax)",
|
||||
var/datum/DBQuery/query_polladd_option = SSdbcore.NewQuery("INSERT INTO erro_poll_option (pollid, text, percentagecalc, minval, maxval, descmin, descmid, descmax) VALUES (:pollid, :option, :percentagecalc, :minval, :maxval, :descmin, :descmid, :descmax)",
|
||||
list(
|
||||
"pollid" = pollid,
|
||||
"option" = option,
|
||||
|
||||
Reference in New Issue
Block a user