게시판 카테고리 선택후 선택삭제시 카테고리 풀리는 현상을 해결
This commit is contained in:
@ -131,7 +131,7 @@ $k = 0;
|
||||
while ($row = sql_fetch_array($result))
|
||||
{
|
||||
// 공지글인 경우는 해당글을 같은 페이지에서 다시 노출하지 않는다.
|
||||
if (in_array($row['wr_id'], $arr_notice)) continue;
|
||||
if ($arr_notice && in_array($row['wr_id'], $arr_notice)) continue;
|
||||
|
||||
// 검색일 경우 wr_id만 얻었으므로 다시 한행을 얻는다
|
||||
if ($sca || $stx)
|
||||
|
||||
@ -51,6 +51,7 @@ if ($is_nogood) $colspan++;
|
||||
<input type="hidden" name="sfl" value="<?php echo $sfl ?>">
|
||||
<input type="hidden" name="stx" value="<?php echo $stx ?>">
|
||||
<input type="hidden" name="spt" value="<?php echo $spt ?>">
|
||||
<input type="hidden" name="sca" value="<?php echo $sca ?>">
|
||||
<input type="hidden" name="page" value="<?php echo $page ?>">
|
||||
<input type="hidden" name="sw" value="">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user