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:
ovclas 2011-10-24 06:11:22 +00:00
parent b0e5f5bad9
commit bf180ef208

View file

@ -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;