git-svn-id: http://xe-core.googlecode.com/svn/trunk@1429 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-16 09:23:04 +00:00
parent c47768ac80
commit 4067f39963

View file

@ -111,7 +111,7 @@
// module_srl이 있으면 module데이터로 판단하여 처리, 아니면 회원정보로..
if($this->module_srl) {
$this->limit_count = 100;
$this->limit_count = 10;
$this->importDocument($xml_file);
} else {
$this->importMember($xml_file);