comment_admin_overview_submit

Functions called by comment_admin_overview_submit()

Namesort iconLocationDescription
cache_clear_alldrupal/includes/cache.incExpire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables.
comment_invoke_commentdrupal/modules/comment/comment.moduleInvoke a hook_comment_[$op]() operation in all modules.
comment_loaddrupal/modules/comment/comment.moduleLoad the entire comment by cid.
comment_operationsdrupal/modules/comment/comment.moduleComment operations. Offer different update operations depending on which comment administration page is being viewed.
db_querydrupal/includes/database/database.incExecute an arbitrary query string against the active database.
drupal_set_messagedrupal/includes/bootstrap.incSet a message which reflects the status of the performed operation.
ldrupal/includes/common.incFormat an internal Drupal link.
tdrupal/includes/common.incTranslate strings to the page language or a given language.
watchdogdrupal/includes/bootstrap.incLog a system message.
_comment_update_node_statisticsdrupal/modules/comment/comment.moduleUpdates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.