From 5b525c0743d0ffe2ca18dc8025ca199aed81df21 Mon Sep 17 00:00:00 2001 From: kmorimatsu Date: Tue, 17 Mar 2009 18:57:07 +0000 Subject: [PATCH] Completely delete $CONF['DisableEncodingCheck'] feature. git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@984 1ca29b6e-896d-4ea0-84a5-967f57386b96 --- utf8/nucleus/libs/globalfunctions.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/utf8/nucleus/libs/globalfunctions.php b/utf8/nucleus/libs/globalfunctions.php index 421763c..c902d8c 100755 --- a/utf8/nucleus/libs/globalfunctions.php +++ b/utf8/nucleus/libs/globalfunctions.php @@ -1558,12 +1558,6 @@ function formatDate($format, $timestamp, $defaultFormat, &$blog) { function encoding_check($val, $key, $encoding=false, $exclude=false) { /* - Set $CONF['DisableEncodingCheck']=1 only for special occasion, e.g. install script. - Don't set this permanently in nucleus_config table. - */ - global $CONF; -// if (!empty($CONF['DisableEncodingCheck'])) return true; - /* When 3rd argument is set, return if checked already. When 4th argument is set, set the excluded key(s). */ -- 2.11.0