Nucleus CMS日本語版SVNをgit-svnしたもの。リポジトリの変換作業用
Revision | e5a81e59a25dadcb0c52dc6be7b9720b109d541f (tree) |
---|---|
Zeit | 2009-03-18 03:57:07 |
Autor | kmorimatsu <kmorimatsu@1ca2...> |
Commiter | kmorimatsu |
Completely delete $CONF['DisableEncodingCheck'] feature.
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@984 1ca29b6e-896d-4ea0-84a5-967f57386b96
@@ -1558,12 +1558,6 @@ function formatDate($format, $timestamp, $defaultFormat, &$blog) { | ||
1558 | 1558 | |
1559 | 1559 | function encoding_check($val, $key, $encoding=false, $exclude=false) { |
1560 | 1560 | /* |
1561 | - Set $CONF['DisableEncodingCheck']=1 only for special occasion, e.g. install script. | |
1562 | - Don't set this permanently in nucleus_config table. | |
1563 | - */ | |
1564 | - global $CONF; | |
1565 | -// if (!empty($CONF['DisableEncodingCheck'])) return true; | |
1566 | - /* | |
1567 | 1561 | When 3rd argument is set, return if checked already. |
1568 | 1562 | When 4th argument is set, set the excluded key(s). |
1569 | 1563 | */ |