쇼핑몰: #148 & 을 &amp 로 변경 완료

This commit is contained in:
whitedot
2013-05-08 14:17:20 +09:00
parent dfaa0dd5a7
commit c762642753
5 changed files with 8 additions and 10 deletions

View File

@ -130,7 +130,7 @@ if (!$i)
<?php
if ($use_pages) {
$use_pages = get_paging(10, $use_page, $use_total_page, "./item.php?it_id=$it_id&$qstr&use_page=", "#use");
$use_pages = get_paging(10, $use_page, $use_total_page, "./item.php?it_id=$it_id&amp;$qstr&amp;use_page=", "#use");
}
?>