PHP8 에서 경고문이 나올수 있는 코드 추가 수정

This commit is contained in:
thisgun
2021-01-25 16:17:06 +09:00
parent 8679f23fa5
commit b0b4c5b419
4 changed files with 9 additions and 2 deletions

View File

@ -167,6 +167,7 @@ var g5_shop_url = "<?php echo G5_SHOP_URL; ?>";
?>
<?php
$qstr1 = '';
if($i > 0 && $total_count > $items) {
$qstr1 .= 'ca_id='.$ca_id;
$qstr1 .='&sort='.$sort.'&sortodr='.$sortodr;