This commit is contained in:
Bachir Soussi Chiadmi 2014-09-03 14:14:19 +02:00
parent 6fdb4e0dc9
commit afce4662bd

View File

@ -705,11 +705,11 @@ function materio_search_api_advanced_search_form($form, &$form_state){
$voc = taxonomy_vocabulary_load($vid);
// dsm($voc, 'voc');
// $form['voc-'.$vid] = array(
// '#type' => 'fieldset',
// '#title' => $voc->name,
// '#tree' => true,
// );
$form['voc-'.$vid] = array(
'#type' => 'fieldset',
'#title' => $voc->name,
'#tree' => true,
);
$tree = taxonomy_get_tree($vid, 0, 1);
// dsm($tree, 'tree');