From 3638ade1ecd92b8d3d2fc1c9e0357b09aa3d63ac Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 11 Apr 2013 18:06:41 +0900 Subject: [PATCH 1/2] =?UTF-8?q?get=5Fimage=20=ED=95=A8=EC=88=98=EC=97=90?= =?UTF-8?q?=EC=84=9C=20border=20=EC=86=8D=EC=84=B1=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/shop.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/shop.lib.php b/lib/shop.lib.php index be841ffdd..e2f615397 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -28,11 +28,11 @@ function get_image($img, $width=0, $height=0) $width = $size[0]; $height = $size[1]; } - $str = ""; + $str = ""; } else { - $str = " Date: Thu, 11 Apr 2013 18:12:54 +0900 Subject: [PATCH 2/2] =?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