From a0b374aa25b5143cd558cfcacdcec3a03ce0c7fc Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 23 Jun 2008 08:38:53 +0000 Subject: [PATCH] =?UTF-8?q?mobileXE=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=A0=9C=EA=B1=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/sandbox@4319 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- addons/mobile/classes/mobile.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/mobile/classes/mobile.class.php b/addons/mobile/classes/mobile.class.php index fe1de3518..ce0e5d11e 100644 --- a/addons/mobile/classes/mobile.class.php +++ b/addons/mobile/classes/mobile.class.php @@ -66,7 +66,6 @@ elseif(eregi("CellPhone", $userAgent)) $browserType = "mhtml"; else $browserType = "html"; -$browserType = 'mhtml'; // class 지정 (html일 경우 동작 하지 않도록 함) if($browserType == 'html') return null;