#341 주소 결과값이 하나일때 생기는 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3483 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-07 10:01:40 +00:00
parent 6a9d8c8c7c
commit f5b5a0ccb9

View file

@ -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");
} }
} }
?> ?>