You are here

function quotes_block_save in Quotes 7

Implements hook_block_save().

File

./quotes.module, line 1087
The quotes module allows users to maintain a list of quotes that can be displayed in any number of administrator-defined quote blocks.

Code

function quotes_block_save($delta, $edit) {
  quotes_block_configure_save($delta, $edit);
}