summaryrefslogtreecommitdiff
path: root/modules/comment/helpers/comment_installer.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-08 02:50:23 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-08 02:50:23 +0000
commit8bf388a6f671faba94f46ad9e982139c211378ee (patch)
tree5298fd100ff25a24e07a177d6fc7835a0ae0d39d /modules/comment/helpers/comment_installer.php
parent3d4cf6f27eb11ec3168fcc173a50de297006c7a8 (diff)
Incremental improvement in comment moderation:
1) Akismet now detects when we change a comment's published state and submits info back to akismet.com as appropriate 2) We now show 4 different queues (all / approved / unapproved / spam) and let you move messages between the queues 3) We track and display "spam caught" stats. 4) You can delete comments entirely.
Diffstat (limited to 'modules/comment/helpers/comment_installer.php')
-rw-r--r--modules/comment/helpers/comment_installer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment/helpers/comment_installer.php b/modules/comment/helpers/comment_installer.php
index dbbb511f..08be8c29 100644
--- a/modules/comment/helpers/comment_installer.php
+++ b/modules/comment/helpers/comment_installer.php
@@ -39,6 +39,7 @@ class comment_installer {
PRIMARY KEY (`id`))
ENGINE=InnoDB DEFAULT CHARSET=utf8;");
+ module::set_var("comment", "spam_caught", 0);
module::set_version("comment", 1);
}
}