Skip to content

Commit

Permalink
Fixed #3042
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert De Deckere committed Jul 1, 2010
1 parent 9b82d46 commit bf37e0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/utf8.php
Expand Up @@ -376,9 +376,6 @@ public static function ucfirst($str)
*/
public static function ucwords($str)
{
if (UTF8::$server_utf8)
return mb_convert_case($str, MB_CASE_TITLE, Kohana::$charset);

if ( ! isset(self::$called[__FUNCTION__]))
{
require SYSPATH.'utf8/'.__FUNCTION__.EXT;
Expand Down

0 comments on commit bf37e0a

Please sign in to comment.