From: <var...@us...> - 2015-02-28 17:02:35
|
Revision: 9577 http://sourceforge.net/p/phpwiki/code/9577 Author: vargenau Date: 2015-02-28 17:02:28 +0000 (Sat, 28 Feb 2015) Log Message: ----------- Remove unused function Modified Paths: -------------- trunk/lib/IniConfig.php Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2015-02-28 16:57:34 UTC (rev 9576) +++ trunk/lib/IniConfig.php 2015-02-28 17:02:28 UTC (rev 9577) @@ -550,17 +550,6 @@ fixup_dynamic_configs(); // [100ms] } -function _ignore_unknown_charset_warning(&$error) -{ - if (preg_match('/^htmlspecialchars\(\): charset \`.+\' not supported, assuming iso-8859-1/', - $error->errstr) - ) { - $error->errno = 0; - return true; // Ignore error - } - return false; -} - // moved from lib/config.php [1ms] function fixup_static_configs($file) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |