From ce3ab7cdd09943b1e5065b638e1ecbd02a932a2c Mon Sep 17 00:00:00 2001 From: Jordie0608 Date: Sun, 19 Jul 2015 17:11:33 +1000 Subject: [PATCH] whoops --- code/modules/admin/admin_memo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin_memo.dm b/code/modules/admin/admin_memo.dm index ee07c6573f1..4dd7189988a 100644 --- a/code/modules/admin/admin_memo.dm +++ b/code/modules/admin/admin_memo.dm @@ -67,7 +67,7 @@ output += "Memo by [ckey] on [timestamp]:" if(last_editor) output += "
Last edit by [last_editor] (Click here to see edit log)" - output += "
[memotext]

+ output += "
[memotext]
" src << output if("Remove") var/DBQuery/query_memolist = dbcon.NewQuery("SELECT ckey FROM [format_table_name("memo")])") //should select all memos there are