From 7b8a409675a82614848df40c2737776c03190a0d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 25 Aug 2005 21:14:17 +0000 Subject: - Patch #29385 by chx: no ?> add end of files. --- modules/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment.module') diff --git a/modules/comment.module b/modules/comment.module index 8a4fa960c..8184d6341 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1662,4 +1662,4 @@ function _comment_update_node_statistics($nid) { db_query("UPDATE {node_comment_statistics} SET comment_count = %d, last_comment_timestamp = %d, last_comment_name = '%s', last_comment_uid = %d WHERE nid = %d", 0, NULL, 0, 0, $nid); } } -?> + -- cgit v1.2.3