- Removed depricated function.

4.2.x
Dries Buytaert 2003-01-12 15:29:56 +00:00
parent 0fba793aff
commit 81efba930f
2 changed files with 0 additions and 8 deletions

View File

@ -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() {
}
?>

View File

@ -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() {
}
?>