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

This commit is contained in:
zero 2007-03-26 12:03:58 +00:00
parent b505bb44c2
commit e8061da8f7

View file

@ -16,7 +16,7 @@
/** /**
* @brief 페이지 추가 * @brief 페이지 추가
**/ **/
function procInsertBoard() { function procInsertPage() {
// 일단 입력된 값들을 모두 받아서 db 입력항목과 그외 것으로 분리 // 일단 입력된 값들을 모두 받아서 db 입력항목과 그외 것으로 분리
$args = Context::gets('module_srl','layout_srl','module_category_srl','page_name','browser_title','content','is_default'); $args = Context::gets('module_srl','layout_srl','module_category_srl','page_name','browser_title','content','is_default');
$args->module = 'page'; $args->module = 'page';
@ -56,7 +56,7 @@
/** /**
* @brief 페이지 삭제 * @brief 페이지 삭제
**/ **/
function procDeleteBoard() { function procDeletePage() {
$module_srl = Context::get('module_srl'); $module_srl = Context::get('module_srl');
// 원본을 구해온다 // 원본을 구해온다