From 3914905a28aa420e0e0d5e09adf1676a1660bb39 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 9 Aug 2007 14:08:38 +0000 Subject: [PATCH] =?UTF-8?q?zb5beta=EC=9D=98=20=EA=B3=84=EC=B8=B5=ED=98=95?= =?UTF-8?q?=20=EB=8C=93=EA=B8=80=EC=9D=84=201=EB=8B=A8=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=ED=95=B4=EC=84=9C=20=EB=88=84=EB=9D=BD=EB=90=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8F=84=EB=A1=9D=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2284 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/importer/importer.admin.controller.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/importer/importer.admin.controller.php b/modules/importer/importer.admin.controller.php index 573342c52..2aebe8288 100644 --- a/modules/importer/importer.admin.controller.php +++ b/modules/importer/importer.admin.controller.php @@ -398,7 +398,8 @@ $comment_args->document_srl = $args->document_srl; $comment_args->comment_srl = getNextSequence(); $comment_args->module_srl = $this->module_srl; - $comment_args->parent_srl = $val->parent_srl->body; + //$comment_args->parent_srl = $val->parent_srl->body; + $comment_args->parent_srl = 0; $comment_args->content = $val->content->body; $comment_args->password = $val->password->body; $comment_args->nick_name = $val->nick_name->body;