• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision8905025f4c4336a9b476279849a02cc86bbca3a9 (tree)
l'heure2011-01-25 23:00:15
Auteurhenoheno <henoheno>
Commiterhenoheno

Message de Log

$Id: spam_util.php,v 1.5 2011/01/25 13:16:35 henoheno Exp $

Change Summary

Modification

--- a/lib/spam_util.php
+++ b/lib/spam_util.php
@@ -1,5 +1,5 @@
11 <?php
2-// $Id: spam_util.php,v 1.1 2011-01-24 15:19:36 henoheno Exp $
2+// $Id: spam_util.php,v 1.2 2011-01-25 14:00:15 henoheno Exp $
33 // Copyright (C) 2006-2009, 2011 PukiWiki Developers Team
44 // License: GPL v2 or (at your option) any later version
55 //
@@ -41,7 +41,7 @@ function preg_grep_invert($pattern = '//', $input = array())
4141
4242 if (! function_exists('htmlsc')) {
4343 // 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');
4545
4646 // Sugar with default settings
4747 function htmlsc($string = '', $flags = ENT_QUOTES, $charset = CONTENT_CHARSET)