comment_admin_overview

Functions called by comment_admin_overview()

Namesort iconLocationDescription
db_escape_stringdrupal/includes/database.pgsql.incPrepare user input for use in a database query, preventing SQL injection attacks. Note: This function requires PostgreSQL 7.2 or later.
db_fetch_objectdrupal/includes/database.pgsql.incFetch one result row from the previous query as an object.
drupal_get_destinationdrupal/includes/common.incPrepare a destination query string for use in combination with drupal_goto(). Used to direct the user back to the referring page after completing a form.
format_datedrupal/includes/common.incFormat a date with the given configured format or a custom format string.
format_namedrupal/includes/common.incFormat a username.
ldrupal/includes/common.incFormat an internal Drupal link.
node_markdrupal/modules/node.moduleDecide on the type of marker to be displayed for a given node.
pager_querydrupal/includes/pager.incPerform a paged database query.
tdrupal/includes/common.incTranslate strings to the current locale.
tablesort_pagerdrupal/includes/tablesort.incFetch pager link arguments.
tablesort_sqldrupal/includes/tablesort.incCreate an SQL sort clause.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.
truncate_utf8drupal/includes/common.incTruncate a UTF-8-encoded string safely.