From 4067f399632984518d9eb7b7ebb8744f1e460841 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 16 May 2007 09:23:04 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1429 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/importer/importer.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/importer/importer.controller.php b/modules/importer/importer.controller.php index 45def0692..6262ae341 100644 --- a/modules/importer/importer.controller.php +++ b/modules/importer/importer.controller.php @@ -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);