From 818e15120947a108e466acaa40a9844a63ac9880 Mon Sep 17 00:00:00 2001 From: misol Date: Wed, 18 Mar 2009 12:45:24 +0000 Subject: [PATCH] =?UTF-8?q?=EB=84=A4=EC=9D=B4=EB=B2=84=20=EC=A7=80?= =?UTF-8?q?=EB=8F=84=20=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=20zoom=20?= =?UTF-8?q?=EA=B0=92=EC=9D=80=200=EC=9D=BC=20=EC=88=98=20=EB=8F=84=20?= =?UTF-8?q?=EC=9E=88=EB=8B=A4.=20(=EA=B7=B8=EB=9E=98=EC=84=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=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/sandbox@5908 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/components/naver_map/naver_map.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/components/naver_map/naver_map.class.php b/modules/editor/components/naver_map/naver_map.class.php index 572f439bf..6576de67e 100644 --- a/modules/editor/components/naver_map/naver_map.class.php +++ b/modules/editor/components/naver_map/naver_map.class.php @@ -139,7 +139,7 @@ settype($y,"int"); $zoom = Context::get('zoom'); - if(!$zoom) $zoom = 3; + if($zoom == '') $zoom = 3; settype($zoom,"int"); $marker = Context::get('marker');