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

@ -32,5 +32,6 @@ delete_cache_latest($tmp_bo_table);
rm_rf(G5_DATA_PATH.'/file/'.$tmp_bo_table);
// syndication ping
include G5_SYNDI_PATH.'/include/include.adm.board_delete.inc.php';
if(G5_SYNDI_USE)
include G5_SYNDI_PATH.'/include/include.adm.board_delete.inc.php';
?>

View File

@ -386,7 +386,8 @@ if ($all_fields) {
delete_cache_latest($bo_table);
// syndication ping
include G5_SYNDI_PATH.'/include/include.adm.board_form_update.php';
if(G5_SYNDI_USE)
include G5_SYNDI_PATH.'/include/include.adm.board_form_update.php';
goto_url("./board_form.php?w=u&bo_table={$bo_table}&{$qstr}");
?>

View File

@ -66,7 +66,8 @@ if ($w == '') {
}
// syndication ping
include G5_SYNDI_PATH.'/include/include.adm.boardgroup_form_update.php';
if(G5_SYNDI_USE)
include G5_SYNDI_PATH.'/include/include.adm.boardgroup_form_update.php';
goto_url('./boardgroup_form.php?w=u&gr_id='.$gr_id.'&'.$qstr);
?>