Optimizer 사용시 특정 서버마다 배경 이미지등이 나타나지 않는 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3732 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-20 03:24:47 +00:00
parent aba0dbe595
commit 472b39b70c
2 changed files with 7 additions and 5 deletions

View file

@ -379,6 +379,7 @@
if($val && iconv($charset,$charset,$val)!=$val) $flag = false;
}
if($flag == true) {
if($charset == 'UTF-8') return $obj;
foreach($obj as $key => $val) $obj->{$key} = iconv($charset,'UTF-8',$val);
return $obj;
}