mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@92 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
96369fd84c
commit
cffcab9f74
2 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* @file config/func.inc.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @desc 편의 목적으로 만든 함수라이브러리 파일
|
||||
* @brief 편의 목적으로 만든 함수라이브러리 파일
|
||||
**/
|
||||
|
||||
/**
|
||||
|
|
@ -49,6 +49,7 @@
|
|||
|
||||
|
||||
/**
|
||||
* @function getUrl()
|
||||
* @brief Context::getUrl($args_list)를 쓰기 쉽게 함수로 선언
|
||||
* @param args_list 제한없는 args
|
||||
* @return string
|
||||
|
|
|
|||
|
|
@ -499,7 +499,7 @@
|
|||
}
|
||||
|
||||
/**
|
||||
* @breif 카테고리의 내용 수정
|
||||
* @brief 카테고리의 내용 수정
|
||||
**/
|
||||
function procUpdateCategory() {
|
||||
$category_srl = Context::get('category_srl');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue