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

This commit is contained in:
zero 2007-02-15 13:40:59 +00:00
parent 96369fd84c
commit cffcab9f74
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
/** /**
* @file config/func.inc.php * @file config/func.inc.php
* @author zero (zero@nzeo.com) * @author zero (zero@nzeo.com)
* @desc 편의 목적으로 만든 함수라이브러리 파일 * @brief 편의 목적으로 만든 함수라이브러리 파일
**/ **/
/** /**
@ -49,6 +49,7 @@
/** /**
* @function getUrl()
* @brief Context::getUrl($args_list) 쓰기 쉽게 함수로 선언 * @brief Context::getUrl($args_list) 쓰기 쉽게 함수로 선언
* @param args_list 제한없는 args * @param args_list 제한없는 args
* @return string * @return string

View file

@ -499,7 +499,7 @@
} }
/** /**
* @breif 카테고리의 내용 수정 * @brief 카테고리의 내용 수정
**/ **/
function procUpdateCategory() { function procUpdateCategory() {
$category_srl = Context::get('category_srl'); $category_srl = Context::get('category_srl');