Merge branch 'g5'

This commit is contained in:
chicpro
2014-03-19 14:51:56 +09:00
8 changed files with 15 additions and 7 deletions

View File

@ -94,7 +94,8 @@ while ($row = sql_fetch_array($result))
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.php';
if(G5_SYNDI_USE)
include G5_SYNDI_PATH.'/include/include.bbs.delete.php';
$count_write++;
}

View File

@ -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++;
}

View File

@ -186,7 +186,8 @@ if ($sw == 'move')
}
// syndication ping
include G5_SYNDI_PATH.'/include/include.bbs.move_update.php';
if(G5_SYNDI_USE)
include G5_SYNDI_PATH.'/include/include.bbs.move_update.php';
$msg = '해당 게시물을 선택한 게시판으로 '.$act.' 하였습니다.';
$opener_href = './board.php?bo_table='.$bo_table.'&page='.$page.'&'.$qstr;

View File

@ -477,7 +477,8 @@ if ($w == '' || $w == 'r') {
}
// syndication ping
include G5_SYNDI_PATH.'/include/include.bbs.write_update.php';
if(G5_SYNDI_USE)
include G5_SYNDI_PATH.'/include/include.bbs.write_update.php';
//------------------------------------------------------------------------------
// 가변 파일 업로드