사용후기 수정 시 별표 체크 되지 않는 오류 수정

This commit is contained in:
chicpro
2013-11-22 13:36:39 +09:00
parent b227f7a0e2
commit be91d12b9d
4 changed files with 12 additions and 12 deletions

View File

@ -20,7 +20,7 @@ $is_id = escape_trim($_REQUEST['is_id']);
check_itemuse_write();
if ($w == "") {
$is_score = 10;
$is_score = 5;
} else if ($w == "u") {
$use = sql_fetch(" select * from {$g5['g5_shop_item_use_table']} where is_id = '$is_id' ");
if (!$use) {