git-svn-id: http://xe-core.googlecode.com/svn/trunk@1504 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-29 09:50:36 +00:00
parent 235f62c456
commit 34f39accba
2 changed files with 3 additions and 8 deletions

View file

@ -396,7 +396,6 @@
// 기본 값외의 것들을 정리
$extra_var = delObjectVars(Context::getRequestVars(), $args);
if($extra_var->use_category!='Y') $extra_var->use_category = 'N';
unset($extra_var->mo);
unset($extra_var->act);
unset($extra_var->page);
unset($extra_var->board_name);

View file

@ -14,7 +14,7 @@ function completeInsertBoard(ret_obj) {
alert(message);
var url = current_url.setQuery('module_srl',module_srl).setQuery('act','dispBoardAdminBoardInfo');
var url = current_url.setQuery('act','dispBoardAdminBoardInfo');
if(page) url.setQuery('page',page);
location.href = url;
}
@ -50,9 +50,7 @@ function completeUpdateCategory(ret_obj) {
var page = ret_obj['page'];
alert(message);
var url = current_url.setQuery('module_srl',module_srl).setQuery('act','dispBoardAdminCategoryInfo');
if(page) url.setQuery('page',page);
location.href = url;
location.href = location.href;
}
/* 권한 관련 */
@ -88,9 +86,7 @@ function completeInsertGrant(ret_obj) {
alert(message);
var url = current_url.setQuery('module_srl',module_srl).setQuery('act','dispBoardAdminGrantInfo');
if(page) url.setQuery('page',page);
location.href = url;
location.href = location.href;
}
/* 카테고리 이동 */