• 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

Revision69b35fb27414bcc096e58783c1a778913cbceedb (tree)
Time2005-02-07 22:22:40
Authorhenoheno <henoheno>
Commiterhenoheno

Log Message

Correct comment, Enable/Disable inversion about $pagereading_enable
(Pointed out by http://pc5.2ch.net/test/read.cgi/php/1107619069/95 )

Change Summary

Incremental Difference

--- a/pukiwiki.ini.php
+++ b/pukiwiki.ini.php
@@ -1,6 +1,6 @@
11 <?php
22 // PukiWiki - Yet another WikiWikiWeb clone
3-// $Id: pukiwiki.ini.php,v 1.110 2005/01/30 09:59:23 henoheno Exp $
3+// $Id: pukiwiki.ini.php,v 1.111 2005/02/07 13:22:40 henoheno Exp $
44 //
55 // PukiWiki main setting file
66
@@ -162,7 +162,8 @@ $adminpass = '1a1dc91c907325c69271ddf0c944bc72'; // md5('pass')
162162 // (Automatically creating pronounce datas, for Kanji-included page names,
163163 // to show sorted page-list correctly)
164164
165-// Enable page-reading feature by calling ChaSen or KAKASHI command (0:Enable, 1:Disable)
165+// Enable page-reading feature by calling ChaSen or KAKASHI command
166+// (1:Enable, 0:Disable)
166167 $pagereading_enable = 0;
167168
168169 // Specify converter as ChaSen('chasen') or KAKASI('kakasi') or None('none')