관리자: 쇼핑몰 따옴표 없거나 홑따옴표 쌍따옴표로

This commit is contained in:
whitedot
2013-01-30 16:18:00 +09:00
parent a8d750659c
commit 6c85d1a566
49 changed files with 795 additions and 794 deletions

View File

@ -28,7 +28,7 @@ include_once("$g4[path]/head.sub.php");
<?
$sql = " select b.it_id, b.it_name, b.it_use from $g4[yc4_event_item_table] a
left join $g4[yc4_item_table] b on (a.it_id=b.it_id)
left join $g4[yc4_item_table] b on (a.it_id="b".it_id)
where a.ev_id = '$ev_id'
order by b.it_id desc ";
$result = sql_query($sql);