From 3b77704b94310d06ef604f06efaac1250138cd14 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 17 Sep 2007 01:01:37 +0000 Subject: [PATCH] =?UTF-8?q?=C3=AC=C2=B4=C2=88=C3=AA=C2=B8=C2=B0=20=C3=AC?= =?UTF-8?q?=C2=84=C2=A4=C3=AC=C2=B9=C2=98=C3=AC=C2=8B=C2=9C=20=C3=AA=C2=B8?= =?UTF-8?q?=C2=B0=C3=AB=C2=B3=C2=B8=20=C3=AA=C2=B2=C2=8C=C3=AC=C2=8B=C2=9C?= =?UTF-8?q?=C3=AD=C2=8C=C2=90=C3=AC=C2=9D=C2=B4=20=C3=AC=C2=83=C2=9D=C3=AC?= =?UTF-8?q?=C2=84=C2=B1=C3=AB=C2=90=C2=98=C3=AC=C2=A7=C2=80=20=C3=AC=C2=95?= =?UTF-8?q?=C2=8A=C3=AB=C2=8D=C2=98=20=C3=AB=C2=B2=C2=84=C3=AA=C2=B7=C2=B8?= =?UTF-8?q?=20=C3=AC=C2=88=C2=98=C3=AC=C2=A0=C2=95?= 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@2597 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/module/module.controller.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/module/module.controller.php b/modules/module/module.controller.php index 2cfe30487..fd0bcc33e 100644 --- a/modules/module/module.controller.php +++ b/modules/module/module.controller.php @@ -37,6 +37,8 @@ * @brief 모듈 입력 **/ function insertModule($args) { + if(!$args->module_srl) $args->module_srl = 0; + // begin transaction $oDB = &DB::getInstance(); $oDB->begin();