- Patch #226878 by boydjd: fixed coding standards.

merge-requests/26/head
Dries Buytaert 2008-03-02 05:58:40 +00:00
parent a730d23d14
commit 342ec71963
1 changed files with 3 additions and 1 deletions

View File

@ -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();