function book_block_save

book_block_save($delta = '', $edit = array())

Implements hook_block_save().

File

modules/book/book.module, line 349
Allows users to create and organize related content in an outline.

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!book!book.module/function/book_block_save/7.x