PHP8 버전에서 경고 표시가 뜨는 코드 추가 수정
This commit is contained in:
@ -43,7 +43,8 @@ $result = sql_query($sql);
|
||||
<?php
|
||||
for ($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
|
||||
$href = "";
|
||||
$href = '';
|
||||
$href_close = '';
|
||||
$sql = " select count(ev_id) as cnt from {$g5['g5_shop_event_item_table']} where ev_id = '{$row['ev_id']}' ";
|
||||
$ev = sql_fetch($sql);
|
||||
if ($ev['cnt']) {
|
||||
|
||||
Reference in New Issue
Block a user