신디케이션 사용여부 설정 추가
This commit is contained in:
@ -107,7 +107,8 @@ for ($i=count($tmp_array)-1; $i>=0; $i--)
|
||||
sql_query(" delete from {$g5['board_file_table']} where bo_table = '$bo_table' and wr_id = '{$row['wr_id']}' ");
|
||||
|
||||
// syndication ping
|
||||
include G5_SYNDI_PATH.'/include/include.bbs.delete_all.php';
|
||||
if(G5_SYNDI_USE)
|
||||
include G5_SYNDI_PATH.'/include/include.bbs.delete_all.php';
|
||||
|
||||
$count_write++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user