function book_block_save

Implements hook_block_save().

File

modules/book/book.module, line 349

Code

function book_block_save($delta = '', $edit = array()) {
    $block = array();
    variable_set('book_block_mode', $edit['book_block_mode']);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.