관리자 on_uid를 uq_id로 변경
This commit is contained in:
@ -26,7 +26,7 @@ if ($od_send_mail)
|
||||
b.it_opt5_subject,
|
||||
b.it_opt6_subject
|
||||
from {$g4['yc4_cart_table']} a inner join {$g4['yc4_item_table']} b on (b.it_id=a.it_id)
|
||||
where a.on_uid = '{$od['on_uid']}'
|
||||
where a.uq_id = '{$od['uq_id']}'
|
||||
order by a.ct_id ";
|
||||
$result = sql_query($sql);
|
||||
for ($i=0; $ct=mysql_fetch_array($result); $i++) {
|
||||
|
||||
Reference in New Issue
Block a user