summaryrefslogtreecommitdiffstats
path: root/system/libraries/Form_validation.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-10 14:56:18 +0200
committerAndrey Andreev <narf@bofh.bg>2012-10-10 14:56:18 +0200
commit6c5f751b5ae66800e7ef3f70306a6bcbcdeeabf1 (patch)
tree0ac423617aa9c69180128cc8bf650f19db31d258 /system/libraries/Form_validation.php
parente8bc5f4450381b4f978f274f3e93604301115b64 (diff)
mbstring related changes
Diffstat (limited to 'system/libraries/Form_validation.php')
-rw-r--r--system/libraries/Form_validation.php6
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');
}