OSDN Git Service

Correct comment, Enable/Disable inversion about $pagereading_enable
authorhenoheno <henoheno>
Mon, 7 Feb 2005 13:22:40 +0000 (22:22 +0900)
committerhenoheno <henoheno>
Mon, 7 Feb 2005 13:22:40 +0000 (22:22 +0900)
(Pointed out by http://pc5.2ch.net/test/read.cgi/php/1107619069/95 )

pukiwiki.ini.php

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