removed a dsm()
This commit is contained in:
parent
11617ec99c
commit
77450f1aad
@ -832,7 +832,7 @@ function materio_serach_api_get_advancedsearch_tree(){
|
|||||||
|
|
||||||
foreach ($children as $tid => $child) {
|
foreach ($children as $tid => $child) {
|
||||||
$child = taxonomy_term_load($child->tid);
|
$child = taxonomy_term_load($child->tid);
|
||||||
dsm($child, 'child : '.$child->name);
|
// dsm($child, 'child : '.$child->name);
|
||||||
if($child->field_used_on_advanced_search['und'][0]['value'] == 0)
|
if($child->field_used_on_advanced_search['und'][0]['value'] == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user