네이버 신디케이션 적용
This commit is contained in:
@ -106,6 +106,9 @@ for ($i=count($tmp_array)-1; $i>=0; $i--)
|
||||
// 파일테이블 행 삭제
|
||||
sql_query(" delete from {$g4['board_file_table']} where bo_table = '$bo_table' and wr_id = '{$row['wr_id']}' ");
|
||||
|
||||
// syndication ping
|
||||
include G4_BBS_PATH.'/syndi/include/include.bbs.delete_all.php';
|
||||
|
||||
$count_write++;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user