From 3a7a1c3df971631a75088ae40e4329430f884126 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 11 Apr 2013 18:12:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=88=EC=B0=BD=EC=9D=84=20=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EC=96=B4=20=EC=8A=A4=ED=83=80=EC=9D=BC=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/newwin.inc.php | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/shop/newwin.inc.php b/shop/newwin.inc.php index 100cb51d6..b96915f17 100644 --- a/shop/newwin.inc.php +++ b/shop/newwin.inc.php @@ -8,11 +8,35 @@ $result = sql_query($sql); for ($i=0; $row_nw=sql_fetch_array($result); $i++) { // 이미 체크 되었다면 Continue - if ($_COOKIE["ck_notice_{$row_nw['nw_id']}"]) + if ($_COOKIE["ck_popup_{$row_nw['nw_id']}"]) continue; + + $sql = " select * from {$g4['shop_new_win_table']} where nw_id = '{$row_nw['nw_id']}' "; + $nw = sql_fetch($sql); ?> - +
+ + + + + + + +
 
+
+ + \ No newline at end of file