Skip to content

Commit

Permalink
mb_strlen and mb_strpos isn't used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik242 authored and Henrik Brautaset Aronsen committed May 5, 2009
1 parent f88feef commit c430710
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/musicbrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,6 @@ function mb_substr($str, $start, $length = 1024, $encoding = false) {
function mb_convert_case($str, $mode, $encoding = false) {
return ucwords($str);
}
function mb_strlen($str, $encoding = false) {
return strlen($str);
}
function mb_strpos($haystack, $needle, $offset = 0, $encoding = false) {
return strpos($haystack, $needle, $offset);
}
}
if (!function_exists('utf8_encode')) {
$message .= "Warning: Your PHP installation lacks the XML Parser Functions extension<br>";
Expand Down

0 comments on commit c430710

Please sign in to comment.