You are here

11 calls to db_or() in Drupal 7

hook_query_TAG_alter in modules/system/system.api.php
Perform alterations to a structured query for a given tag.
node_add_node_grants_to_query in modules/node/node.module
Helper function to create the or condition for a node grants check.
SearchQuery::executeFirstPass in modules/search/search.extender.inc
Executes the first pass query.
SearchQuery::parseSearchExpression in modules/search/search.extender.inc
Parses the search query into SQL conditions.
SearchQuery::setOption in modules/search/search.extender.inc
Applies a search option and removes it from the search query string.
search_update_totals in modules/search/search.module
Updates the {search_total} database table.
system_update_7015 in modules/system/system.install
Change the user logout path.
system_update_7053 in modules/system/system.install
Upgrade standard blocks and menus.
system_update_files_database in modules/system/system.module
Updates the records in the system table based on the files array.
_block_rehash in modules/block/block.module
Updates the 'block' DB table with the blocks currently exported by modules.
_node_query_node_access_alter in modules/node/node.module
Helper for node access functions.