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

This commit is contained in:
zero 2008-02-22 12:26:37 +00:00
parent c479c8cb23
commit 27d176f9ec

View file

@ -14,7 +14,7 @@
}
/**
* @breif 댓글의 추천을 처리하는 action (Up)
* @brief 댓글의 추천을 처리하는 action (Up)
**/
function procCommentVoteUp() {
$comment_srl = Context::get('target_srl');
@ -25,7 +25,7 @@
}
/**
* @breif 댓글의 추천을 처리하는 action (Down)
* @brief 댓글의 추천을 처리하는 action (Down)
**/
function procCommentVoteDown() {
$comment_srl = Context::get('target_srl');