You are here

66 calls to db_result() in Drupal 5

aggregator_block in modules/aggregator/aggregator.module
Implementation of hook_block().
comment_multiple_delete_confirm in modules/comment/comment.module
List the selected comments and verify that the admin really wants to delete them.
comment_nodeapi in modules/comment/comment.module
Implementation of hook_nodeapi().
comment_num_all in modules/comment/comment.module
comment_num_new in modules/comment/comment.module
get number of new comments for current user and specified node
comment_num_replies in modules/comment/comment.module
comment_save in modules/comment/comment.module
Accepts a submission of new or changed comment content.
comment_validate in modules/comment/comment.module
db_check_setup in includes/database.pgsql.inc
Verify if the database is set up correctly.
db_next_id in includes/database.mysqli.inc
Return a new unique ID in the given sequence.
db_next_id in includes/database.mysql.inc
Return a new unique ID in the given sequence.
db_next_id in includes/database.pgsql.inc
Return a new unique ID in the given sequence.
db_version in includes/database.pgsql.inc
Returns the version of the database server currently in use.
do_search in modules/search/search.module
Do a query on the full-text search index for a word or words.
drupal_get_filename in includes/bootstrap.inc
Returns and optionally sets the filename for a system item (module, theme, etc.). The filename, whether provided, cached, or retrieved from the database, is only returned if the file exists.
drupal_is_denied in includes/bootstrap.inc
Perform an access check for a given mask and rule type. Rules are usually created via admin/user/rules page.
drupal_lookup_path in includes/path.inc
Given an alias, return its Drupal system URL if one exists. Given a Drupal system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
filter_admin_format_form_submit in modules/filter/filter.module
Process filter format form submissions.
filter_format_allowcache in modules/filter/filter.module
Check if text in a certain input format is allowed to be cached.
filter_list_format in modules/filter/filter.module
Retrieve a list of filters for a certain format.
forum_submit in modules/forum/forum.module
Implementation of hook_submit().
forum_validate in modules/forum/forum.module
Implementation of hook_validate().
install_verify_drupal in ./install.php
Verify if Drupal is installed.
locale_update_1 in modules/locale/locale.install
Neutralize unsafe language names in the database.
menu_reset_item in modules/menu/menu.module
Menu callback; reset a single modified item.
node_access in modules/node/node.module
Determine whether the current user may perform the given operation on the specified node.
node_access_view_all_nodes in modules/node/node.module
Determine whether the user has a global viewing grant for all nodes.
node_comment_mode in modules/node/node.module
Retrieve the comment mode for the given node ID (none, read, or read/write).
node_configure in modules/node/node.module
Menu callback; presents general node configuration options.
node_menu in modules/node/node.module
Implementation of hook_menu().
node_multiple_delete_confirm in modules/node/node.module
node_page_default in modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_revision_delete in modules/node/node.module
Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a revision is deleted.
node_revision_delete_confirm_submit in modules/node/node.module
node_search in modules/node/node.module
Implementation of hook_search().
node_update_index in modules/node/node.module
Implementation of hook_update_index().
pager_query in includes/pager.inc
Perform a paged database query.
path_form_alter in modules/path/path.module
Implementation of hook_form_alter().
path_form_validate in modules/path/path.module
Verify that a new URL alias is valid
path_nodeapi in modules/path/path.module
Implementation of hook_nodeapi().
path_set_alias in modules/path/path.module
Set an aliased path for a given Drupal path, preventing duplicates.
poll_block in modules/poll/poll.module
Implementation of hook_block().
profile_autocomplete in modules/profile/profile.module
Callback to allow autocomplete of profile text fields.
profile_field_form_validate in modules/profile/profile.module
Validate profile_field_form submissions.
search_update_totals in modules/search/search.module
This function is called on shutdown to ensure that search_total is always up to date (even if cron times out or otherwise fails).
sess_count in includes/session.inc
Counts how many users have sessions. Can count either anonymous sessions, authenticated sessions, or both.
system_install in modules/system/system.install
Implementation of hook_install().
system_update_124 in modules/system/system.install
system_update_169 in modules/system/system.install
system_update_172 in modules/system/system.install
system_update_178 in modules/system/system.install
Update base paths for relative URLs in node and comment content.
system_update_179 in modules/system/system.install
Update base paths for relative URLs in custom blocks, profiles and various variables.
upload_delete_revision in modules/upload/upload.module
upload_save in modules/upload/upload.module
upload_space_used in modules/upload/upload.module
Determine how much disk space is occupied by a user's uploaded files.
upload_total_space_used in modules/upload/upload.module
Determine how much disk space is occupied by uploaded files.
user_admin_role_validate in modules/user/user.module
user_multiple_delete_confirm in modules/user/user.module
user_multiple_role_edit in modules/user/user.module
Callback function for admin mass adding/deleting a user role.
user_save in modules/user/user.module
Save changes to a user account or add a new user.
_blogapi_space_used in modules/blogapi/blogapi.module
_comment_update_node_statistics in modules/comment/comment.module
Updates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.
_forum_get_vid in modules/forum/forum.module
Returns the vocabulary id for forum navigation.
_forum_new in modules/forum/forum.module
Finds the first unread node for a given forum.
_forum_topics_unread in modules/forum/forum.module
Calculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT.
_update_178_url_formats in modules/system/system.install