Index: nodewords_bypath.forms.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/nodewords_bypath/Attic/nodewords_bypath.forms.inc,v
retrieving revision 1.1.2.3.2.3
diff -u -r1.1.2.3.2.3 nodewords_bypath.forms.inc
--- nodewords_bypath.forms.inc	22 Mar 2009 03:30:07 -0000	1.1.2.3.2.3
+++ nodewords_bypath.forms.inc	17 Jun 2009 13:01:40 -0000
@@ -126,7 +126,7 @@
 
   $settings = _nodewords_get_settings();
   
-  foreach (_nodewords_get_possible_tags() as $tag) {
+  foreach (_nodewords_get_possible_tags() as $tag => $value) {
     $function = 'nodewords_'. $tag .'_form';
     if ($settings['edit'][$tag] && function_exists($function)) {
       $default = ($rule) ? $rule->tags[$tag] : '';
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.3
diff -u -r1.1.2.1.2.3 nodewords_bypath.module
--- nodewords_bypath.module	22 May 2009 13:45:07 -0000	1.1.2.1.2.3
+++ nodewords_bypath.module	17 Jun 2009 13:01:44 -0000
@@ -128,7 +128,7 @@
  * @param $ids array The node ID (single element array) if type 'node', or 
  *        an array of term IDs if type 'term'.
  */
-function nodewords_bypath_nodewords(&$tags, $op, $type, $ids) {
+function nodewords_bypath_nodewords_tags_alter_alter(&$tags, $op, $type, $ids) {
   switch ($op) {
     case 'prepare':
       $path = drupal_get_path_alias($_GET['q']);

