모바일에서 팝업레이어 수정 및 인스톨 페이지 수정

This commit is contained in:
thisgun
2014-02-14 17:09:30 +09:00
parent 5e988415a4
commit 820ed9fad9
4 changed files with 30 additions and 2 deletions

View File

@ -5,7 +5,7 @@ include_once(G5_EDITOR_LIB);
auth_check($auth[$sub_menu], "w");
// 팝업레이어 테이블에 영카트, 그누보드 인지 구분하는 여부 필드 추가
// 팝업레이어 테이블에 쇼핑몰, 커뮤니티 인지 구분하는 여부 필드 추가
$sql = " ALTER TABLE `{$g5['new_win_table']}` ADD `nw_division` VARCHAR(10) NOT NULL DEFAULT 'both' ";
sql_query($sql, false);