]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14617 removed current_charset code
authorskodak <skodak>
Thu, 1 May 2008 22:19:40 +0000 (22:19 +0000)
committerskodak <skodak>
Thu, 1 May 2008 22:19:40 +0000 (22:19 +0000)
lib/deprecatedlib.php

index d05523fef05d6e86125d9ba839a64480884926ba..2bfdec4f32f636f4733f7d5261a254aeb8b9a7cc 100644 (file)
@@ -728,15 +728,6 @@ function detect_munged_arguments($string, $allowdots=1) {
     return false;
 }
 
-/** Deprecated function - returns the code of the current charset - originally depended on the selected language pack.
- *
- * @param $ignorecache not used anymore
- * @return string always returns 'UTF-8'
- */
-function current_charset($ignorecache = false) {
-    return 'UTF-8';
-}
-
 
 /////////////////////////////////////////////////////////////
 /// Old functions not used anymore - candidates for removal