From 44ee770f9290ae697f9c341c47511ba25cb724d7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 26 Mar 2013 09:37:48 +0900 Subject: [PATCH] =?UTF-8?q?uq=5Fid=20=ED=85=8C=EC=9D=B4=EB=B8=94=20?= =?UTF-8?q?=EC=B2=B4=ED=81=AC=20=EC=BF=BC=EB=A6=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/shop.extend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/shop.extend.php b/extend/shop.extend.php index cfceaef76..e4a0b194a 100644 --- a/extend/shop.extend.php +++ b/extend/shop.extend.php @@ -97,7 +97,7 @@ $g4[yc4_cardpg][dacom_xpay] = "https://pgweb.dacom.net"; $default = sql_fetch(" select * from {$g4['yc4_default_table']} "); // uniqid 테이블이 없을 경우 생성 -if(!sql_query(" select 1 from {$g4['uniqid_table']} limit 1 ", false)) { +if(!sql_query(" select uq_id from {$g4['uniqid_table']} limit 1 ", false)) { sql_query(" CREATE TABLE IF NOT EXISTS `{$g4['uniqid_table']}` ( `uq_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`uq_id`)