You are here

public function video_amazon_s3::verify in Video 6.5

Same name and namespace in other branches
  1. 6.4 plugins/video_s3/video_s3.lib.inc \video_amazon_s3::verify()

File

plugins/video_s3/video_s3.lib.inc, line 62
Class file to handle amazon s3 transfers.

Class

video_amazon_s3

Code

public function verify($fid) {
  return db_fetch_object(db_query('SELECT * FROM {video_s3} WHERE fid = %d', $fid));
}