Commit edaad0255c5302dd9d398575d2f438d523ed2eac

Authored by nbm
1 parent 89ad06eb

Remove another use of mb_* functions.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5045 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
lib/mime.inc.php
... ... @@ -103,7 +103,7 @@ class KTMime {
103 103 if (!empty($friendly_name)) {
104 104 return _($sql->f("friendly_name"));
105 105 } else {
106   - return sprintf(_('%s File'), mb_strtoupper($sql->f('filetypes')));
  106 + return sprintf(_('%s File'), strtoupper($sql->f('filetypes')));
107 107 }
108 108 }
109 109  
... ...