You are here

function imagepicker_block_save in Image Picker 7

Implements hook_block_save().

This hook declares how the configured options for a block provided by this module are saved.

File

./imagepicker.module, line 647
@author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function imagepicker_block_save($delta = '', $edit = array()) {
  imagepicker_block_form_submit($delta, $edit);
  return;
}