From 342ec71963040dd5b3972f555c4886f80f3f2a24 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 2 Mar 2008 05:58:40 +0000 Subject: - Patch #226878 by boydjd: fixed coding standards. --- modules/taxonomy/taxonomy.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 3f7a194c6..c1bc41c34 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(); -- cgit v1.2.3