From 80719a877e5e81606f1e29ecae98e71fccbff915 Mon Sep 17 00:00:00 2001 From: bnu Date: Fri, 12 Jun 2009 04:19:20 +0000 Subject: [PATCH] =?UTF-8?q?#18058354=20*=20Lifepod=20=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=EB=A5=BC=20=EA=B0=80=EC=A0=B8=EC=98=A4=EC=A7=80=20?= =?UTF-8?q?=EB=AA=BB=ED=95=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=20=20*=20=EB=B3=80=EC=88=98=EB=AA=85=20=EC=98=A4?= =?UTF-8?q?=ED=83=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6527 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/lifepod/lifepod.view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lifepod/lifepod.view.php b/modules/lifepod/lifepod.view.php index 3ec6c17ec..c8e31650d 100644 --- a/modules/lifepod/lifepod.view.php +++ b/modules/lifepod/lifepod.view.php @@ -45,7 +45,7 @@ **/ function dispLifepodContent() { $oLifepodModel = &getModel('lifepod'); - if($caladdresses) { + if($this->module_info->calendar_address) { $caladdresses = split(", ", $this->module_info->calendar_address); $cYear = Context::get('year'); $cMonth = Context::get('month');