Skip to content

Commit

Permalink
MDL-14617 removed current_charset code
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed May 1, 2008
1 parent 6e28edc commit 2f4bba6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/deprecatedlib.php
Expand Up @@ -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
Expand Down

0 comments on commit 2f4bba6

Please sign in to comment.