--- tac_lite.module.orig 2009-06-14 00:58:27.000000000 -0700 +++ tac_lite.module 2009-06-14 00:55:18.000000000 -0700 @@ -91,7 +91,9 @@ else { $options = array(); foreach ($vocabularies as $vid => $vocab) { - $options[$vid] = $vocab->name; + if (!$vocab->tags) { + $options[$vid] = $vocab->name; + } } $form['tac_lite_categories'] = array(