summaryrefslogtreecommitdiff
path: root/includes/comment.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/comment.inc')
-rw-r--r--includes/comment.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/comment.inc b/includes/comment.inc
index a41489651..81c77d3df 100644
--- a/includes/comment.inc
+++ b/includes/comment.inc
@@ -1,4 +1,5 @@
<?php
+// $Id$
// Security check:
if (strstr($id, " ") || strstr($pid, " ") || strstr($lid, " ") || strstr($mode, " ") || strstr($order, " ") || strstr($threshold, " ")) {
@@ -350,5 +351,5 @@ function comment_render($lid, $cid) {
}
}
-
+
?>