You are here

function imagefield_crop_update_7301 in Imagefield Crop 7.3

Free crop preset

File

./imagefield_crop.install, line 309
Module installation file.

Code

function imagefield_crop_update_7301() {
  $free_crop = array(
    'name' => 'Free crop',
    'data' => array(
      'crop-type' => 'free',
    ),
  );
  drupal_write_record('imagefield_crop_preset', $free_crop);
}