mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
issue 140 add filter member_list
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8947 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1f273c2ce3
commit
b6bacc388e
9 changed files with 62 additions and 6 deletions
|
|
@ -27,7 +27,6 @@
|
|||
if(!isset($args->limit_date)) $args->limit_date = "";
|
||||
// Add extra vars after excluding necessary information from all the requested arguments
|
||||
$extra_vars = delObjectVars($all_args, $args);
|
||||
debugPrint($extra_vars);
|
||||
$args->extra_vars = serialize($extra_vars);
|
||||
// Check if an original member exists having the member_srl
|
||||
if($args->member_srl) {
|
||||
|
|
@ -49,7 +48,6 @@
|
|||
$output = $oMemberController->updateMember($args);
|
||||
$msg_code = 'success_updated';
|
||||
}
|
||||
debugPrint($msg_code);
|
||||
|
||||
if(!$output->toBool()) return $output;
|
||||
// Save Signature
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue