You are here

function imagefield_focus_file_delete in ImageField Focus 7

Implementation of hook_file_delete().

File

./imagefield_focus.module, line 275

Code

function imagefield_focus_file_delete($file) {
  _imagefield_focus_file_delete($file);
}