mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#341 주소 결과값이 하나일때 생기는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3483 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6a9d8c8c7c
commit
f5b5a0ccb9
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
$address_list = unserialize(base64_decode($buff));
|
$address_list = unserialize(base64_decode($buff));
|
||||||
if(!$address_list) return new Object(-1, 'msg_no_result');
|
if(!$address_list) return new Object(-1, 'msg_no_result');
|
||||||
|
|
||||||
$this->add('address_list', implode("\n",$address_list));
|
$this->add('address_list', implode("\n",$address_list)."\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue