mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 10:19:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@679 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b505bb44c2
commit
e8061da8f7
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
/**
|
||||
* @brief 페이지 추가
|
||||
**/
|
||||
function procInsertBoard() {
|
||||
function procInsertPage() {
|
||||
// 일단 입력된 값들을 모두 받아서 db 입력항목과 그외 것으로 분리
|
||||
$args = Context::gets('module_srl','layout_srl','module_category_srl','page_name','browser_title','content','is_default');
|
||||
$args->module = 'page';
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
/**
|
||||
* @brief 페이지 삭제
|
||||
**/
|
||||
function procDeleteBoard() {
|
||||
function procDeletePage() {
|
||||
$module_srl = Context::get('module_srl');
|
||||
|
||||
// 원본을 구해온다
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue