book_block_save

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

Implements hook_block_save().

Code

modules/book/book.module, line 322

<?php
function book_block_save($delta = '', $edit = array()) {
  $block = array();
  variable_set('book_block_mode', $edit['book_block_mode']);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.