You are here

function taxonomy_facets_block_save in Taxonomy Facets 7.3

Same name and namespace in other branches
  1. 7.2 taxonomy_facets.module \taxonomy_facets_block_save()

Implements hook_block_save().

1 call to taxonomy_facets_block_save()
taxonomy_facets_add_block_form_submit in ./taxonomy_facets.module
Save the new taxo faceted block.

File

./taxonomy_facets.module, line 187

Code

function taxonomy_facets_block_save($delta = '', $edit = array()) {
  variable_set("taxonomy_facets_{$delta}_tid", $edit['vid']);
}