fixe
This commit is contained in:
parent
6fdb4e0dc9
commit
afce4662bd
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user