mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 07:42:11 +09:00
#19705602 point module refactoring, for db select column specify
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8360 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a621503c5c
commit
72df762337
2 changed files with 4 additions and 3 deletions
|
|
@ -81,7 +81,7 @@
|
|||
/**
|
||||
* @brief Get a list of points members list
|
||||
**/
|
||||
function getMemberList($args = null) {
|
||||
function getMemberList($args = null, $columnList = array()) {
|
||||
// Arrange the search options
|
||||
$args->is_admin = Context::get('is_admin')=='Y'?'Y':'';
|
||||
$args->is_denied = Context::get('is_denied')=='Y'?'Y':'';
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
$query_id = 'point.getMemberList';
|
||||
}
|
||||
|
||||
$output = executeQuery($query_id, $args);
|
||||
$output = executeQuery($query_id, $args, $columnList);
|
||||
|
||||
if($output->total_count) {
|
||||
$oModuleModel = &getModel('module');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue