OSDN Git Service

d3b2d41c7166eff9bb24f9b3369c1b4263fb524b
[pukiwiki/pukiwiki.git] / plugin / tracker_list.inc.php
1 <?php
2 // PukiWiki - Yet another WikiWikiWeb clone
3 // $Id: tracker_list.inc.php,v 1.2 2005/01/23 08:30:14 henoheno Exp $
4 //
5 // Issue tracker list plugin (a part of tracker plugin)
6
7 require_once(PLUGIN_DIR . 'tracker.inc.php');
8
9 function plugin_tracker_list_init()
10 {
11         if (function_exists('plugin_tracker_init'))
12                 plugin_tracker_init();
13 }
14 ?>