mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
#19705602 session, trackback, poll module refactoring, DB Column select specify
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8364 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ca1e187274
commit
4f03c14134
3 changed files with 11 additions and 7 deletions
|
|
@ -16,9 +16,10 @@
|
|||
/**
|
||||
* @brief Wanted a trackback information
|
||||
**/
|
||||
function getTrackback($trackback_srl) {
|
||||
function getTrackback($trackback_srl, $columnList = array()) {
|
||||
$args->trackback_srl = $trackback_srl;
|
||||
return executeQuery('trackback.getTrackback', $args);
|
||||
$output = executeQuery('trackback.getTrackback', $args, $columnList);
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue