diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 3f7a194c639..c1bc41c3463 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -433,7 +433,9 @@ function taxonomy_form_all($free_tags = 0) { $vocabularies = taxonomy_get_vocabularies(); $options = array(); foreach ($vocabularies as $vid => $vocabulary) { - if ($vocabulary->tags && !$free_tags) { continue; } + if ($vocabulary->tags && !$free_tags) { + continue; + } $tree = taxonomy_get_tree($vid); if ($tree && (count($tree) > 0)) { $options[$vocabulary->name] = array();