mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
fixy wixy
was working on my local machine but since we have a different name for the db on the server a little oopsie made the verb unable to get any logs
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
//CHOMPEdit Begin
|
||||
/*for(var/d in M.dialogue_log)
|
||||
dat += "[d]<br>"*/
|
||||
var/DBQuery/query = dbcon.NewQuery("SELECT mid,time,ckey,mob,type,message from feedback.erro_dialog WHERE ckey = '[M.ckey]'")
|
||||
var/DBQuery/query = dbcon.NewQuery("SELECT mid,time,ckey,mob,type,message from erro_dialog WHERE ckey = '[M.ckey]'")
|
||||
if(!query.Execute())
|
||||
dat += "<i>Database query error</i>"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user