function blog_block_save

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

Implements hook_block_save().

File

modules/blog/blog.module, line 221
Enables multi-user blogs.

Code

function blog_block_save($delta = '', $edit = array()) {
  if ($delta == 'recent') {
    variable_set('blog_block_count', $edit['blog_block_count']);
  }
}

© 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!blog!blog.module/function/blog_block_save/7.x