issue 2459 removed function not using

git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11228 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-09-13 08:25:41 +00:00
parent 916f83fb99
commit d40c1a8c55

View file

@ -770,13 +770,6 @@ class Context {
}
}
function array_iconv(&$val, $key, $charset)
{
$val = iconv($charset[0],$charset[1],$val);
}
/**
* Convert strings into UTF-8
*