removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / plugins / action / relatedchanges.php
diff --git a/mods/wiki/plugins/action/relatedchanges.php b/mods/wiki/plugins/action/relatedchanges.php
deleted file mode 100644 (file)
index c1f74ff..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-/*
-   relchanges/WikiPage will look for changed pages that link back
-   to the current one (tracks link additions and to certain degree
-   also removals)
-*/
-
-$ewiki_plugins["action_always"]["relchanges"] = "ewiki_action_related_changes";
-$ewiki_config["action_links"]["view"]["relchanges"] = "RelatedChanges";
-
-
-function ewiki_action_related_changes($id, &$data, $action) {
-
-return "unfinished";
-}
-
-?>
\ No newline at end of file