You are here

function cumulus_block_save in Cumulus 7

Implements hook_block_save().

1 call to cumulus_block_save()
cumulus_update_7000 in ./cumulus.install
Migrate Cumulus settings, add the old cumulus block again.

File

./cumulus.module, line 92
The brain of Cumulus.

Code

function cumulus_block_save($delta = '', $edit = array()) {
  module_load_include('inc', 'cumulus', 'cumulus.admin');
  return _cumulus_block_save($delta, $edit);
}