M쇼핑몰: 장바구니 스타일 완료

This commit is contained in:
whitedot
2013-05-13 14:06:45 +09:00
parent 87a07ed050
commit f9cc5817d0

View File

@ -248,7 +248,7 @@ function form_check(act) {
f.act.value = act;
<?php
if (get_session('ss_mb_id')) // 회원인
if (get_session('ss_mb_id')) // 회원인
{
echo "f.action = '".G4_SHOP_URL."/orderform.php';";
echo "f.submit();";