diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-08-25 21:14:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-08-25 21:14:17 +0000 |
commit | 7b8a409675a82614848df40c2737776c03190a0d (patch) | |
tree | 536da0f46d77e740e5ed11d6822a37dafa38ba1b /modules/comment.module | |
parent | afeff189b8a60bc775a4557e5bda003d8b54dc76 (diff) | |
download | brdo-7b8a409675a82614848df40c2737776c03190a0d.tar.gz brdo-7b8a409675a82614848df40c2737776c03190a0d.tar.bz2 |
- Patch #29385 by chx: no ?> add end of files.
Diffstat (limited to 'modules/comment.module')
-rw-r--r-- | modules/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } -?> + |