function simple_image_rotate_profile2_presave in Simple Image Rotate 7.2
Same name and namespace in other branches
- 7 simple_image_rotate.module \simple_image_rotate_profile2_presave()
Implements hook_profile2_presave().
File
- ./
simple_image_rotate.module, line 109 - Allows users to rotate images on node forms.
Code
function simple_image_rotate_profile2_presave($profile) {
simple_image_rotate_rotate_image($profile, 'profile2');
}