diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-10 11:25:33 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-10 11:25:33 +0000 |
commit | 44bfc1c6a42838732669e59f686069491b583fe2 (patch) | |
tree | 65316f9b2cea5e060f2ade3f655a421eb1885d4b /modules/comment/helpers/comment.php | |
parent | 74766e5b823faca35fa57467bd8e19d048c1a8fb (diff) |
Auto-delete 7-day old spam/deleted comments.
Diffstat (limited to 'modules/comment/helpers/comment.php')
-rw-r--r-- | modules/comment/helpers/comment.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; |