diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-01-12 15:29:56 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-01-12 15:29:56 +0000 |
commit | 81efba930fa1a27de15392d450dc12b10cdc7e15 (patch) | |
tree | da792dbfc89474974f86131aa31afc0599ee2b57 | |
parent | 0fba793aff7d65a8b966f894c25a368d3a055aa2 (diff) | |
download | brdo-81efba930fa1a27de15392d450dc12b10cdc7e15.tar.gz brdo-81efba930fa1a27de15392d450dc12b10cdc7e15.tar.bz2 |
- Removed depricated function.
-rw-r--r-- | modules/comment.module | 4 | ||||
-rw-r--r-- | modules/comment/comment.module | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/modules/comment.module b/modules/comment.module index 643bb6e8a..73c7d898f 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1477,8 +1477,4 @@ function comment_update_index() { return array("last_update" => "comment_cron_last", "node_type" => "comment", "select" => "SELECT c.cid as lno, c.subject as text1, c.comment as text2 FROM comments c WHERE c.status = 0 AND timestamp > ". variable_get("comment_cron_last", 1)); } -// backward compatibility with some themes -function comment_moderation() { -} - ?> diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 643bb6e8a..73c7d898f 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1477,8 +1477,4 @@ function comment_update_index() { return array("last_update" => "comment_cron_last", "node_type" => "comment", "select" => "SELECT c.cid as lno, c.subject as text1, c.comment as text2 FROM comments c WHERE c.status = 0 AND timestamp > ". variable_get("comment_cron_last", 1)); } -// backward compatibility with some themes -function comment_moderation() { -} - ?> |