function taxonomy_facets_block_save in Taxonomy Facets 7.2
Same name and namespace in other branches
- 7.3 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 185 - Taxo Faceted Navigation module code.
Code
function taxonomy_facets_block_save($delta = '', $edit = array()) {
variable_set("taxonomy_facets_{$delta}_tid", $edit['vid']);
}