From c798ac49b971bddd6e8c07c660370958a7cd0208 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 01:21:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A0=ED=8F=AC=20=EB=A9=94=EC=8B=9C?= =?UTF-8?q?=EC=A7=80=20=EB=B2=84=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process_chief.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hwe/func_process_chief.php b/hwe/func_process_chief.php index fac6e7b4..5751ef3e 100644 --- a/hwe/func_process_chief.php +++ b/hwe/func_process_chief.php @@ -772,8 +772,7 @@ function process_62(&$general) { MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); //국메로 저장 - $msg = "【외교】{$admin['year']}년 {$admin['month']}월:{$younation['name']}에 선전포고"; - $youmsg = "【외교】{$admin['year']}년 {$admin['month']}월:{$nation['name']}에서 선전포고"; + $text = "【외교】{$admin['year']}년 {$admin['month']}월:{$nation['name']}에서 {$younation['name']}에 선전포고"; $src = new MessageTarget( $general['no'], @@ -794,7 +793,7 @@ function process_62(&$general) { Message::MSGTYPE_NATIONAL, $src, $dest, - $str, + $text, new \DateTime($general['turntime']), new \DateTime('9999-12-31') );