네이버 지도 컴포넌트 zoom 값은 0일 수 도 있다. (그래서 수정...)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5908 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-03-18 12:45:24 +00:00
parent d303c247c6
commit 818e151209

View file

@ -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');