#187 cart 테이블에 it_name 필드 추가

This commit is contained in:
chicpro
2013-05-16 10:17:09 +09:00
parent 0330e4633f
commit 59a802f997
13 changed files with 21 additions and 24 deletions

View File

@ -12,7 +12,7 @@ $ttotal_point = 0;
// Loop 배열 자료를 만들고
$sql = " select b.it_sell_email,
a.it_id,
b.it_name,
a.it_name,
b.it_origin,
a.it_opt1,
a.it_opt2,