mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1488 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8342229c67
commit
5f91108021
3 changed files with 9 additions and 4 deletions
|
|
@ -103,6 +103,7 @@
|
|||
* @brief user_id에 해당하는 사용자 정보 return
|
||||
**/
|
||||
function getMemberInfoByUserID($user_id) {
|
||||
if(!$user_id) return;
|
||||
if(!$this->member_info[$user_id]) {
|
||||
$args->user_id = $user_id;
|
||||
$output = executeQuery('member.getMemberInfo', $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue