This commit is contained in:
Jordie0608
2015-07-19 17:11:33 +10:00
parent 5c33bbcabf
commit ce3ab7cdd0
+1 -1
View File
@@ -67,7 +67,7 @@
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><br>
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