You are here

function i18n_book_navigation_block_save in Book translation 7.2

Implements hook_block_save().

Uses the same settings as the book module.

See also

book_block_save()

File

./i18n_book_navigation.module, line 98
Defines the Book translation module.

Code

function i18n_book_navigation_block_save($delta = '', $edit = array()) {
  return book_block_save($delta, $edit);
}