Revisão | bbf25a1f8d8208a56d8bf317b490a62615fd989b (tree) |
---|---|
Hora | 2011-01-25 23:00:42 |
Autor | henoheno <henoheno> |
Commiter | henoheno |
$Id: spam_util.php,v 1.5 2011/01/25 13:16:35 henoheno Exp $
@@ -1,5 +1,5 @@ | ||
1 | 1 | <?php |
2 | -// $Id: spam_util.php,v 1.1 2011-01-24 15:19:36 henoheno Exp $ | |
2 | +// $Id: spam_util.php,v 1.1.2.2 2011-01-25 14:00:42 henoheno Exp $ | |
3 | 3 | // Copyright (C) 2006-2009, 2011 PukiWiki Developers Team |
4 | 4 | // License: GPL v2 or (at your option) any later version |
5 | 5 | // |
@@ -41,7 +41,7 @@ function preg_grep_invert($pattern = '//', $input = array()) | ||
41 | 41 | |
42 | 42 | if (! function_exists('htmlsc')) { |
43 | 43 | // Interface with PukiWiki |
44 | - if (! defined('CONTENT_CHARSET')) define('CONTENT_CHARSET', 'ISO-8859-1'); | |
44 | + //if (! defined('CONTENT_CHARSET')) define('CONTENT_CHARSET', 'ISO-8859-1'); | |
45 | 45 | |
46 | 46 | // Sugar with default settings |
47 | 47 | function htmlsc($string = '', $flags = ENT_QUOTES, $charset = CONTENT_CHARSET) |