From 55b104c251199e35d57b742e3fb90587364dac5a Mon Sep 17 00:00:00 2001
From: chicpro
Date: Thu, 27 Mar 2014 10:17:17 +0900
Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=B2=A4=ED=8A=B8=EC=9D=BC=EA=B4=84?=
=?UTF-8?q?=EC=B2=98=EB=A6=AC=20=EA=B2=80=EC=83=89=20=EC=98=A4=EB=A5=98=20?=
=?UTF-8?q?=EB=B0=8F=20=EB=AC=B8=EA=B5=AC=20=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
adm/shop_admin/itemeventlist.php | 21 ++++++++++-----------
adm/shop_admin/itemeventlistupdate.php | 2 +-
2 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/adm/shop_admin/itemeventlist.php b/adm/shop_admin/itemeventlist.php
index dabf6beab..6147e6e75 100644
--- a/adm/shop_admin/itemeventlist.php
+++ b/adm/shop_admin/itemeventlist.php
@@ -58,11 +58,10 @@ $qstr = $qstr1.'&sort1='.$sort1.'&sort2='.$sort2.'&page='.$page;
$listall = '전체목록';
-// 이벤트 아이디와 제목을 분리 - 지운아빠 2013-04-15
-if (isset($ev_set)) {
- $ev_exp = explode('`',$ev_set);
- $ev_id = $ev_exp[0];
- $ev_title = $ev_exp[1];
+// 이벤트제목
+if($ev_id) {
+ $tmp = sql_fetch(" select ev_subject from {$g5['g5_shop_event_table']} where ev_id = '$ev_id' ");
+ $ev_title = $tmp['ev_subject'];
}
?>
@@ -72,15 +71,15 @@ if (isset($ev_set)) {
diff --git a/adm/shop_admin/itemeventlistupdate.php b/adm/shop_admin/itemeventlistupdate.php
index 2b22b3eea..66eddaf4a 100644
--- a/adm/shop_admin/itemeventlistupdate.php
+++ b/adm/shop_admin/itemeventlistupdate.php
@@ -23,5 +23,5 @@ for ($i=0; $i