오타 수정

This commit is contained in:
chicpro
2014-07-17 10:08:53 +09:00
parent c82483c69c
commit b2b74f0a8b

View File

@ -83,7 +83,7 @@ if($cart_status) {
break; break;
case '배송': case '배송':
$sql .= " and ct_status IN ('".implode("', '", $order_status)."') "; $sql .= " and ct_status IN ('".implode("', '", $order_status)."') ";
breask; break;
default: default:
; ;
} }