[오류]글 수정시 공지사항 제외 안되는 현상 수정
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : /lib/common.lib.php
버전 : b20, b22
$insert를 참조하지 않아 글수정시 공지 체크를 해제하여도 적용되지 않는현상입니다.
[code]
function board_notice($bo_notice, $wr_id, $insert=false)
{
if(strpos($bo_notice, strval($wr_id)) !== false && $insert)
return $bo_notice;
[/code]
오류 주소 : /lib/common.lib.php
버전 : b20, b22
$insert를 참조하지 않아 글수정시 공지 체크를 해제하여도 적용되지 않는현상입니다.
[code]
function board_notice($bo_notice, $wr_id, $insert=false)
{
if(strpos($bo_notice, strval($wr_id)) !== false && $insert)
return $bo_notice;
[/code]
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 2개