mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 587 duplicated code delete
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9712 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b0e5f5bad9
commit
bf180ef208
1 changed files with 0 additions and 1 deletions
|
|
@ -399,7 +399,6 @@
|
|||
$obj->readed = base64_decode($xmlObj->message->readed->body)=='Y'?'Y':'N';
|
||||
$obj->regdate = base64_decode($xmlObj->message->regdate->body);
|
||||
$obj->readed_date = base64_decode($xmlObj->message->readed_date->body);
|
||||
$obj->receiver = base64_decode($xmlObj->message->receiver->body);
|
||||
// Get member_srl of sender/recipient (If not exists, pass)
|
||||
if(!$obj->sender) continue;
|
||||
$sender_args->user_id = $obj->sender;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue