쇼핑몰: #224 선택주문 기능 마크업 보완

This commit is contained in:
whitedot
2013-06-12 16:41:49 +09:00
parent 1455af54b8
commit 3480057487
4 changed files with 12 additions and 6 deletions

View File

@ -50,7 +50,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
}
if ($i == 0)
echo '<tr><td colspan="6" class="empty_table">주문 내역이 없습니다.</td></tr>';
echo '<tr><td colspan="7" class="empty_table">주문 내역이 없습니다.</td></tr>';
?>
</tbody>
</table>