From 33ffaa573d15e376e90c9d814539fa3f3985d8b1 Mon Sep 17 00:00:00 2001 From: revofpla Date: Wed, 17 Jan 2018 17:47:16 +0900 Subject: [PATCH] =?UTF-8?q?[php5=5Fdebug]=20general=20=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=B8=94=EC=9D=98=20skin=EC=A0=95=EB=B3=B4=EB=8A=94=20?= =?UTF-8?q?=EC=8B=A4=EC=8B=9C=EA=B0=84=EC=9C=BC=EB=A1=9C=20=EB=95=A1?= =?UTF-8?q?=EA=B2=A8=EC=98=A4=EB=8A=94=EA=B2=8C=20=EB=A7=9E=EB=8B=A4?= =?UTF-8?q?=EA=B3=A0=20=ED=8C=90=EB=8B=A8=ED=95=A8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe/func.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twe/func.php b/twe/func.php index 36c9b23f..88159667 100644 --- a/twe/func.php +++ b/twe/func.php @@ -3179,7 +3179,7 @@ function onlineNation($connect) { } function nationMsg($connect) { - $query = "select no,nation from general where user_id='{$_SESSION['p_id']}'"; + $query = "select no,nation,skin from general where user_id='{$_SESSION['p_id']}'"; $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); $me = MYDB_fetch_array($result); @@ -3187,7 +3187,7 @@ function nationMsg($connect) { $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); $nation = MYDB_fetch_array($result); - echo "".$nation['msg'].""; + echo "".$nation['msg'].""; } function genList($connect) {