mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
board category delete bug fix
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5254 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7301818f72
commit
369ea86fe7
1 changed files with 2 additions and 1 deletions
|
|
@ -485,7 +485,8 @@
|
|||
* @brief 특정 카테고리에 child가 있는지 체크
|
||||
**/
|
||||
function getCategoryChlidCount($category_srl) {
|
||||
$output = executeQuery('document.getChildCategoryCount');
|
||||
$args->category_srl = $category_srl;
|
||||
$output = executeQuery('document.getChildCategoryCount',$args);
|
||||
if($output->data->count > 0) return true;
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue