--- modules/node/node.module.orig	2008-04-10 09:11:48.000000000 +1200
+++ modules/node/node.module	2008-04-25 22:13:54.000000000 +1200
@@ -1672,8 +1672,8 @@ function node_feed($nids = FALSE, $chann
       node_invoke_nodeapi($item, 'view', $teaser, FALSE);
     }
 
-    // Allow modules to add additional item fields and/or modify $item
-    $extra = node_invoke_nodeapi($item, 'rss item');
+    // Allow modules to add additional item fields and/or modify $item and/or $channel
+    $extra = node_invoke_nodeapi($item, 'rss item', $channel);
     $extra = array_merge($extra, array(array('key' => 'pubDate', 'value' => format_date($item->created, 'custom', 'r')), array('key' => 'dc:creator', 'value' => $item->name), array('key' => 'guid', 'value' => $item->nid .' at '. $base_url, 'attributes' => array('isPermaLink' => 'false'))));
     foreach ($extra as $element) {
       if (isset($element['namespace'])) {
