c1f74ffc0af2d563302fd2f7f78919de9f9899ce
[atutor.git] / mods / wiki / plugins / action / relatedchanges.php
1 <?php
2
3 /*
4    relchanges/WikiPage will look for changed pages that link back
5    to the current one (tracks link additions and to certain degree
6    also removals)
7 */
8
9 $ewiki_plugins["action_always"]["relchanges"] = "ewiki_action_related_changes";
10 $ewiki_config["action_links"]["view"]["relchanges"] = "RelatedChanges";
11
12
13 function ewiki_action_related_changes($id, &$data, $action) {
14
15 return "unfinished";
16 }
17
18 ?>