From: <var...@us...> - 2016-03-17 08:32:00
|
Revision: 9811 http://sourceforge.net/p/phpwiki/code/9811 Author: vargenau Date: 2016-03-17 08:31:57 +0000 (Thu, 17 Mar 2016) Log Message: ----------- Fusionforge already defines is_utf8 Modified Paths: -------------- trunk/lib/stdlib.php Modified: trunk/lib/stdlib.php =================================================================== --- trunk/lib/stdlib.php 2016-03-17 08:16:19 UTC (rev 9810) +++ trunk/lib/stdlib.php 2016-03-17 08:31:57 UTC (rev 9811) @@ -2163,6 +2163,9 @@ echo "</body></html>\n"; } +// Fusionforge already defines is_utf8 +if (!(defined('FUSIONFORGE') && FUSIONFORGE)) { + /** * is_utf8 - utf-8 detection * @@ -2196,3 +2199,5 @@ } return true; } + +} // END FUSIONFORGE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |