function deploy_uuid_get_files_uuid in Deploy - Content Staging 6
1 call to deploy_uuid_get_files_uuid()
- deploy_uuid_file_load in modules/
deploy_uuid/ deploy_uuid.module - Implementation of hook_file_load()
File
- modules/
deploy_uuid/ deploy_uuid.module, line 370 - Deployment UUID management
Code
function deploy_uuid_get_files_uuid($fid) {
return db_result(db_query("SELECT uuid FROM {files_uuid} WHERE fid = %d", $fid));
}