You are here

function taxonomy_list_block_save in Taxonomy List 7

Implementation of hook_block_save().

File

./taxonomy_list.module, line 994
List all terms in a vocabulary.

Code

function taxonomy_list_block_save($delta = '', $edit = array()) {

  // $delta is the vocabulary id.
  variable_set('taxonomy_list_block_max_depth_' . $delta, $edit['taxonomy_list_block_max_depth']);
}