You are here

public function video_amazon_s3::verify in Video 6.4

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

File

plugins/video_s3/video_s3.lib.inc, line 66

Class

video_amazon_s3

Code

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