mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
issue 70 trackback admin module UI/UX modified
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8726 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
da8302fa4a
commit
22dd2f0ea6
18 changed files with 146 additions and 24 deletions
|
|
@ -54,6 +54,7 @@
|
|||
$args->page_count = $obj->page_count?$obj->page_count:10;
|
||||
$args->s_module_srl = $obj->module_srl;
|
||||
$args->exclude_module_srl = $obj->exclude_module_srl;
|
||||
$args->trackbackSrlList = $obj->trackbackSrlList;
|
||||
// trackback.getTotalTrackbackList query execution
|
||||
$output = executeQuery('trackback.getTotalTrackbackList', $args);
|
||||
// Return if no result or an error occurs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue