답변 2개
채택된 답변
+20 포인트
댓글을 작성하려면 로그인이 필요합니다.
9년 전
bbs > list.php 을 수정해서 아래와 같이 해주세요.
/* if(!empty($notice_array)) { $from_record -= count($notice_array); if($from_record < 0) $from_record = 0; if($notice_count > 0) $page_rows -= $notice_count; if($page_rows < 0) $page_rows = $list_page_rows; } */ // if(!empty($notice_array)) $sql .= " and wr_id not in (".implode(', ', $notice_array).") ";
$list_num = $total_count - ($page - 1) * $list_page_rows;
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인