function focal_point_file_delete in Focal Point 7
Implements hook_file_delete().
File
- ./
focal_point.module, line 313
Code
function focal_point_file_delete($file) {
focal_point_delete($file->fid);
}
Implements hook_file_delete().
function focal_point_file_delete($file) {
focal_point_delete($file->fid);
}