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);
|
$voc = taxonomy_vocabulary_load($vid);
|
||||||
// dsm($voc, 'voc');
|
// dsm($voc, 'voc');
|
||||||
|
|
||||||
// $form['voc-'.$vid] = array(
|
$form['voc-'.$vid] = array(
|
||||||
// '#type' => 'fieldset',
|
'#type' => 'fieldset',
|
||||||
// '#title' => $voc->name,
|
'#title' => $voc->name,
|
||||||
// '#tree' => true,
|
'#tree' => true,
|
||||||
// );
|
);
|
||||||
|
|
||||||
$tree = taxonomy_get_tree($vid, 0, 1);
|
$tree = taxonomy_get_tree($vid, 0, 1);
|
||||||
// dsm($tree, 'tree');
|
// dsm($tree, 'tree');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user