• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revision461ad0d01ac9a629dcdaec35b806c47a6fabeba1 (tree)
Zeit2004-08-12 22:02:26
Autorhenoheno <henoheno>
Commiterhenoheno

Log Message

Suppress redundant link by default

Ändern Zusammenfassung

Diff

--- a/plugin/topicpath.inc.php
+++ b/plugin/topicpath.inc.php
@@ -2,7 +2,7 @@
22 /////////////////////////////////////////////////
33 // PukiWiki - Yet another WikiWikiWeb clone.
44 //
5-// $Id: topicpath.inc.php,v 1.3 2004/08/12 12:50:01 henoheno Exp $
5+// $Id: topicpath.inc.php,v 1.4 2004/08/12 13:02:26 henoheno Exp $
66 // topicpath plugin for PukiWiki
77 // available under the GPL
88
@@ -18,7 +18,7 @@ define('PLUGIN_TOPICPATH_TOP_SEPARATOR', ' / ');
1818 // そのページ自身を表示するか
1919 define('PLUGIN_TOPICPATH_THIS_PAGE_DISPLAY', TRUE);
2020 // 表示する場合、自分自身を指すリンクを表示するか
21-define('PLUGIN_TOPICPATH_THIS_PAGE_LINK', TRUE);
21+define('PLUGIN_TOPICPATH_THIS_PAGE_LINK', FALSE);
2222
2323 function plugin_topicpath_convert()
2424 {