diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-03-01 19:45:33 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-03-01 19:45:33 +0000 |
commit | 0f980c24bc2ad8fb524df69705b47753aa7bdbfa (patch) | |
tree | 458de463ed94371143bfa5431b8bf6a60c4616fe /modules/comment/comment.module | |
parent | f69425961cb66aeb85b026a06f144e45a85c76ac (diff) | |
download | brdo-0f980c24bc2ad8fb524df69705b47753aa7bdbfa.tar.gz brdo-0f980c24bc2ad8fb524df69705b47753aa7bdbfa.tar.bz2 |
- Removed broken throttle.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 2917be5ec..69fd729fb 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -331,13 +331,6 @@ function comment_post($edit) { } else { /* - ** Check the user's comment submission rate. If exceeded, - ** throttle() will bail out. - */ - - throttle("post comment", variable_get("max_comment_rate", 60)); - - /* ** Add the comment to database: */ |