summaryrefslogtreecommitdiff
path: root/modules/help.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/help.module')
-rw-r--r--modules/help.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/help.module b/modules/help.module
index 9f6af47f0..8bc9c21f3 100644
--- a/modules/help.module
+++ b/modules/help.module
@@ -1,4 +1,5 @@
<?php
+// $Id$
function help_link($type) {
if ($type == "admin") {
@@ -16,5 +17,5 @@ function help_admin() {
}
}
}
-
+
?>