사용후기 업데이트 후 평균점수 처리 수정
This commit is contained in:
@ -120,11 +120,10 @@ else if ($w == "d")
|
||||
$alert_msg = "사용후기를 삭제 하였습니다.";
|
||||
}
|
||||
|
||||
update_use_avg($it_id);
|
||||
|
||||
//쇼핑몰 설정에서 사용후기가 즉시 출력일 경우
|
||||
if( ! $default['de_item_use_use'] ){
|
||||
update_use_cnt($it_id);
|
||||
update_use_avg($it_id);
|
||||
}
|
||||
|
||||
if($w == 'd')
|
||||
|
||||
Reference in New Issue
Block a user