From 44bfc1c6a42838732669e59f686069491b583fe2 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 10 Jan 2009 11:25:33 +0000 Subject: Auto-delete 7-day old spam/deleted comments. --- modules/comment/helpers/comment.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/comment/helpers/comment.php') diff --git a/modules/comment/helpers/comment.php b/modules/comment/helpers/comment.php index 2adbc218..444e7e95 100644 --- a/modules/comment/helpers/comment.php +++ b/modules/comment/helpers/comment.php @@ -38,7 +38,6 @@ class comment_Core { $guest_email=ull, $guest_url=null) { $comment = ORM::factory("comment"); $comment->author_id = $author->id; - $comment->created = time(); $comment->guest_email = $guest_email; $comment->guest_name = $guest_name; $comment->guest_url = $guest_url; -- cgit v1.2.3