#17945613 : 익명 게시판의 경우 member_srl과 ipaddress가 나오지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6150 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mooo 2009-04-20 07:18:32 +00:00
parent 1553e63fa8
commit 9e8078a6d6
2 changed files with 20 additions and 12 deletions

View file

@ -37,6 +37,10 @@
$this->document_srl = null;
return;
}
if ($attribute->member_srl < 0) {
$attribute->member_srl = 0;
$attribute->ipaddress = '0.0.0.0';
}
$this->document_srl = $attribute->document_srl;
$this->lang_code = $attribute->lang_code;
$this->adds($attribute);