From 6b635f22419e55aabd528192ca1f4ca6eba9ef99 Mon Sep 17 00:00:00 2001 From: ngleader Date: Fri, 20 Aug 2010 05:07:21 +0000 Subject: [PATCH] =?UTF-8?q?r7630=20=EB=B3=B4=EC=99=84?= 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@7631 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- config/func.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/func.inc.php b/config/func.inc.php index 092651fa4..0529e80a1 100644 --- a/config/func.inc.php +++ b/config/func.inc.php @@ -707,7 +707,7 @@ $val = $matches[2]; if(substr($val,0,1)!='"'){ - if(substr($val,0,-1)=='/'){ + if(substr($val,-1)=='/'){ $val = '"'.substr($val,0,-1).'" /'; }else{ $val = '"'.$val.'"';