Skip to content

Commit

Permalink
converted language files to UTF-8 encoding and removed usage of utf8_…
Browse files Browse the repository at this point in the history
…encode()
  • Loading branch information
jakoch committed Aug 14, 2012
1 parent 0199d4d commit fc8a909
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 73 deletions.
4 changes: 2 additions & 2 deletions Installation/Languages/english.install.php
Expand Up @@ -2,7 +2,7 @@

/**
* Clansuite - just an eSports CMS
* Jens-André Koch © 2005 - onwards
* Jens-André Koch © 2005 - onwards
* http://www.clansuite.com/
*
* This file is part of "Clansuite - just an eSports CMS".
Expand Down Expand Up @@ -267,7 +267,7 @@ public function offsetSet($offset, $value)
$this->__set($offset, $value);
}

// hmm? why should configuration be unset?
// hmm? why should language be unset?
public function offsetUnset($offset)
{
unset($this->language[$offset]);
Expand Down

0 comments on commit fc8a909

Please sign in to comment.