You are here

function epsacrop_file_delete in EPSA Crop - Image Cropping 7.2

Same name and namespace in other branches
  1. 8.2 epsacrop.module \epsacrop_file_delete()

Implements hook_file_delete().

@access public

Parameters

stdClass $file:

Return value

void

File

./epsacrop.module, line 230
The main file of module

Code

function epsacrop_file_delete($file) {
  _epsacrop_delete_file($file->fid);
}