--- glossary.module Fri Feb 20 15:55:36 2009 +++ glossary-orig.module Fri Feb 20 15:50:51 2009 @@ -491,7 +491,7 @@ function _glossary_filter_process($forma // $term_title = filter_xss($term->description); $term_title = $term->description; $fragment = NULL; - if ($term->nodes > 0 || (variable_get('glossary_link_term_only', 0) == 1)) { + if ($term->nodes > 0) { $linkto = taxonomy_term_path($term); } elseif (!empty($vids) && (variable_get('glossary_click_option', 0) == 1)) {