OSDN Git Service

Just cleanup
authorhenoheno <henoheno>
Sun, 23 Jan 2005 08:30:14 +0000 (17:30 +0900)
committerhenoheno <henoheno>
Sun, 23 Jan 2005 08:30:14 +0000 (17:30 +0900)
plugin/tracker_list.inc.php

index fea6313..d3b2d41 100644 (file)
@@ -1,17 +1,14 @@
 <?php
-/////////////////////////////////////////////////
-// PukiWiki - Yet another WikiWikiWeb clone.
-//
-// $Id: tracker_list.inc.php,v 1.1 2003/07/10 02:49:35 arino Exp $
+// PukiWiki - Yet another WikiWikiWeb clone
+// $Id: tracker_list.inc.php,v 1.2 2005/01/23 08:30:14 henoheno Exp $
 //
+// Issue tracker list plugin (a part of tracker plugin)
 
-require_once(PLUGIN_DIR.'tracker.inc.php');
+require_once(PLUGIN_DIR . 'tracker.inc.php');
 
 function plugin_tracker_list_init()
 {
        if (function_exists('plugin_tracker_init'))
-       {
                plugin_tracker_init();
-       }
 }
 ?>