Index: nodewords_bypath.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/nodewords_bypath/Attic/nodewords_bypath.module,v
retrieving revision 1.1.2.1.2.2
diff -u -p -r1.1.2.1.2.2 nodewords_bypath.module
--- nodewords_bypath.module	1 Jan 2009 02:37:28 -0000	1.1.2.1.2.2
+++ nodewords_bypath.module	10 May 2009 14:00:34 -0000
@@ -148,6 +148,9 @@ function nodewords_bypath_nodewords(&$ta
           $scope  = 'taxonomy';
           $object = taxonomy_get_term($ids[0]);
         }
+        elseif ($type == 'none') {
+          return;
+        }
         
         //--------------------------------------------------------------------
         // Set the value for the tag and use the token module if it is
