NTStation / NTstation13

NTstation13 - A version of Spacestation13, forked from /tg/station13.
36 stars 198 forks source link

Fixes sql errors caused by odd and unexpected behavor in dbcon.Quote() #921

Closed MrStonedOne closed 10 years ago

MrStonedOne commented 10 years ago

the database helper function adds quotes to what you give it, but we already do that. rather then change every sql query to not use quotes, this seems like a better work around.

Fixes issues with library upload, and sql errors logging stats like deaths and rounds and what not. might fix others.

RemieRichards commented 10 years ago

there you go with those semicolons again! Dang PHP! hehe.