function deploy_uuid_get_comment_uuid in Deploy - Content Staging 6
1 call to deploy_uuid_get_comment_uuid()
- comment_deploy in modules/
comment_deploy/ comment_deploy.module  - Implementation of hook_deploy(),
 
File
- modules/
deploy_uuid/ deploy_uuid.module, line 366  - Deployment UUID management
 
Code
function deploy_uuid_get_comment_uuid($cid) {
  return db_result(db_query("SELECT uuid FROM {comments_uuid} WHERE cid = %d", $cid));
}