From d40c1a8c55406be9dcfd78503abeefecf99eab09 Mon Sep 17 00:00:00 2001 From: chschy Date: Thu, 13 Sep 2012 08:25:41 +0000 Subject: [PATCH] issue 2459 removed function not using git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11228 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/context/Context.class.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index 23206a5c5..801fc83ba 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -770,13 +770,6 @@ class Context { } } - function array_iconv(&$val, $key, $charset) - { - $val = iconv($charset[0],$charset[1],$val); - } - - - /** * Convert strings into UTF-8 *