diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-10 14:56:18 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-10 14:56:18 +0200 |
commit | 6c5f751b5ae66800e7ef3f70306a6bcbcdeeabf1 (patch) | |
tree | 0ac423617aa9c69180128cc8bf650f19db31d258 /system/libraries | |
parent | e8bc5f4450381b4f978f274f3e93604301115b64 (diff) |
mbstring related changes
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Form_validation.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index b490a34ca..fccc12afa 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php @@ -134,12 +134,6 @@ class CI_Form_validation { // Automatically load the form helper $this->CI->load->helper('form'); - // Set the character encoding in MB. - if (MB_ENABLED === TRUE) - { - mb_internal_encoding($this->CI->config->item('charset')); - } - log_message('debug', 'Form Validation Class Initialized'); } |