mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
for textyle
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6226 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7a6123ec84
commit
97793ab921
5 changed files with 41 additions and 7 deletions
|
|
@ -32,6 +32,19 @@
|
|||
return (int)$total_count;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @brief module_srl 에 해당하는 엮인글의 전체 갯수를 가져옴
|
||||
**/
|
||||
function getTrackbackAllCount($module_srl) {
|
||||
$args->module_srl = $module_srl;
|
||||
$output = executeQuery('trackback.getTrackbackCount', $args);
|
||||
$total_count = $output->data->count;
|
||||
|
||||
return (int)$total_count;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @brief 특정 document에 특정 ip로 기록된 트랙백의 갯수
|
||||
* spamfilter 에서 사용할 method임
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue