Revision | 69b35fb27414bcc096e58783c1a778913cbceedb (tree) |
---|---|
Zeit | 2005-02-07 22:22:40 |
Autor | henoheno <henoheno> |
Commiter | henoheno |
Correct comment, Enable/Disable inversion about $pagereading_enable
(Pointed out by http://pc5.2ch.net/test/read.cgi/php/1107619069/95 )
@@ -1,6 +1,6 @@ | ||
1 | 1 | <?php |
2 | 2 | // 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 $ | |
4 | 4 | // |
5 | 5 | // PukiWiki main setting file |
6 | 6 |
@@ -162,7 +162,8 @@ $adminpass = '1a1dc91c907325c69271ddf0c944bc72'; // md5('pass') | ||
162 | 162 | // (Automatically creating pronounce datas, for Kanji-included page names, |
163 | 163 | // to show sorted page-list correctly) |
164 | 164 | |
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) | |
166 | 167 | $pagereading_enable = 0; |
167 | 168 | |
168 | 169 | // Specify converter as ChaSen('chasen') or KAKASI('kakasi') or None('none') |