PHP8 에서 경고문이 나올수 있는 코드 추가 수정
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user