오타 및 모바일 상품 후기에 타이틀이 잘못 나오는 오류 수정

This commit is contained in:
thisgun
2020-07-29 11:25:24 +09:00
parent 1d7136391d
commit a9e281b043
3 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ if($w == '') {
$cp = sql_fetch($sql);
if(!$cp['cz_id'])
alert('쿠폰정보가 존하지 않습니다.', './couponzonelist.php');
alert('쿠폰정보가 존하지 않습니다.', './couponzonelist.php');
if ($_POST['cp_img_del'] && $cp['cz_file']) {
@unlink(G5_DATA_PATH."/coupon/{$cp['cz_file']}");