You are here

function simple_image_rotate_profile2_presave in Simple Image Rotate 7

Same name and namespace in other branches
  1. 7.2 simple_image_rotate.module \simple_image_rotate_profile2_presave()

Implements hook_profile2_presave().

File

./simple_image_rotate.module, line 97
Allows users to rotate images on node forms.

Code

function simple_image_rotate_profile2_presave($profile) {
  simple_image_rotate_rotate_image($profile, 'profile2');
}