remove syndi
This commit is contained in:
parent
c57dbb51d9
commit
def694d2e4
2 changed files with 0 additions and 10 deletions
|
|
@ -472,11 +472,6 @@ if ($w == '' || $w == 'r') {
|
||||||
EventHandler::triggerEvent("gnuboard.bbs.write_update_document_update", $bo_table, $board, $wr_id, $w, $qstr, $redirect_url);
|
EventHandler::triggerEvent("gnuboard.bbs.write_update_document_update", $bo_table, $board, $wr_id, $w, $qstr, $redirect_url);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 게시판그룹접근사용을 하지 않아야 하고 비회원 글읽기가 가능해야 하며 비밀글이 아니어야 합니다.
|
|
||||||
if (!$group['gr_use_access'] && $board['bo_read_level'] < 2 && !$secret) {
|
|
||||||
naver_syndi_ping($bo_table, $wr_id);
|
|
||||||
}
|
|
||||||
|
|
||||||
// 파일개수 체크
|
// 파일개수 체크
|
||||||
$file_count = 0;
|
$file_count = 0;
|
||||||
$upload_count = !empty($_FILES['bf_file']['name']) ? count($_FILES['bf_file']['name']) : 0;
|
$upload_count = !empty($_FILES['bf_file']['name']) ? count($_FILES['bf_file']['name']) : 0;
|
||||||
|
|
|
||||||
|
|
@ -451,11 +451,6 @@ if ($w == '' || $w == 'r') {
|
||||||
sql_query("UPDATE {$g5['board_table']} SET bo_notice = '{$bo_notice}' where bo_table = '{$bo_table}' ");
|
sql_query("UPDATE {$g5['board_table']} SET bo_notice = '{$bo_notice}' where bo_table = '{$bo_table}' ");
|
||||||
}
|
}
|
||||||
|
|
||||||
// 게시판그룹접근사용을 하지 않아야 하고 비회원 글읽기가 가능해야 하며 비밀글이 아니어야 합니다.
|
|
||||||
if (!$group['gr_use_access'] && $board['bo_read_level'] < 2 && !$secret) {
|
|
||||||
naver_syndi_ping($bo_table, $wr_id);
|
|
||||||
}
|
|
||||||
|
|
||||||
// 파일개수 체크
|
// 파일개수 체크
|
||||||
$file_count = 0;
|
$file_count = 0;
|
||||||
$upload_count = count($_FILES['bf_file']['name']);
|
$upload_count = count($_FILES['bf_file']['name']);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue