function oembed_file_update in oEmbed 7.0
Implements hook_file_insert().
File
- ./
oembed.file.inc, line 101
Code
function oembed_file_update($file) {
oembed_image_dimensions($file, TRUE);
}
Implements hook_file_insert().
function oembed_file_update($file) {
oembed_image_dimensions($file, TRUE);
}