• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisãobbf25a1f8d8208a56d8bf317b490a62615fd989b (tree)
Hora2011-01-25 23:00:42
Autorhenoheno <henoheno>
Commiterhenoheno

Mensagem de Log

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

Mudança Sumário

Diff

--- 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.1.2.2 2011-01-25 14:00:42 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)