상품이미지 업로드 되지 않던 오류 수정

This commit is contained in:
chicpro
2013-02-05 10:17:28 +09:00
parent 67c98e94fc
commit 36760ab8b0

View File

@ -408,7 +408,7 @@ if ($it['it_id']) {
<tr class=ht>
<td>이미지(대) <?=$i?></td>
<td colspan=3>
<input type="file" class=ed id="it_img" name="it_img"<?=$i?> size=40>
<input type="file" class=ed id="it_img" name="it_img<?=$i?>" size=40>
<?
$idx = 'it_img'.$i;
$img = G4_DATA_PATH."/item/$it_id/{$it[$idx]}";