mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
fix to show memo
This commit is contained in:
@@ -67,8 +67,8 @@
|
||||
output += "<span class='memo'>Memo by <span class='prefix'>[ckey]</span> on [timestamp]:"
|
||||
if(last_editor)
|
||||
output += "<br><span class='memoedit'>Last edit by [last_editor] <A href='?_src_=holder;memoeditlist=[id]'>(Click here to see edit log)</A></span>"
|
||||
output += "<br>[memotext]</span>"
|
||||
src << output
|
||||
output += "<br>[memotext]</span><br>
|
||||
src << output
|
||||
if("Remove")
|
||||
var/DBQuery/query_memolist = dbcon.NewQuery("SELECT ckey FROM [format_table_name("memo")])") //should select all memos there are
|
||||
query_memolist.Execute()
|
||||
|
||||
Reference in New Issue
Block a user