fix to show memo

This commit is contained in:
Jordie0608
2015-07-19 17:07:35 +10:00
parent f7b66edb17
commit 5c33bbcabf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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()