summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/comment.module b/modules/comment.module
index c1a3e617c..1b789b6da 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -1,4 +1,5 @@
<?php
+// $Id$
function comment_search($keys) {
global $PHP_SELF;
@@ -88,5 +89,5 @@ function comment_admin() {
print message_access();
}
}
-
+
?>