|
db_fetch_array |
function |
drupal-6.x/includes/database.mysql.inc |
Fetch one result row from the previous query as an array. |
|
db_fetch_array |
function |
drupal-6.x/includes/database.pgsql.inc |
Fetch one result row from the previous query as an array. |
|
db_fetch_array |
function |
drupal-6.x/includes/database.mysqli.inc |
Fetch one result row from the previous query as an array. |
|
db_fetch_object |
function |
drupal-6.x/includes/database.mysql.inc |
Fetch one result row from the previous query as an object. |
|
db_fetch_object |
function |
drupal-6.x/includes/database.pgsql.inc |
Fetch one result row from the previous query as an object. |
|
db_fetch_object |
function |
drupal-6.x/includes/database.mysqli.inc |
Fetch one result row from the previous query as an object. |
|
update.fetch.inc |
file |
drupal-6.x/modules/update/update.fetch.inc |
Code required only when fetching information about available updates. |
|
UPDATE_NOT_FETCHED |
constant |
drupal-6.x/modules/update/update.module |
There was a failure fetching available update data for this project. |
|
_update_build_fetch_url |
function |
drupal-6.x/modules/update/update.fetch.inc |
Generates the URL to fetch information about project updates. |
|
UPDATE_MAX_FETCH_ATTEMPTS |
constant |
drupal-6.x/modules/update/update.module |
Maximum number of attempts to fetch available update data from a given host. |
|
_update_get_fetch_url_base |
function |
drupal-6.x/modules/update/update.fetch.inc |
Return the base of the URL to fetch available update data for a project. |