Index: feedapi_inherit/feedapi_inherit.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feedapi/feedapi_inherit/Attic/feedapi_inherit.module,v
retrieving revision 1.1.2.14.2.2
diff -u -r1.1.2.14.2.2 feedapi_inherit.module
--- feedapi_inherit/feedapi_inherit.module	28 Apr 2008 21:38:22 -0000	1.1.2.14.2.2
+++ feedapi_inherit/feedapi_inherit.module	5 Jun 2008 23:52:50 -0000
@@ -15,8 +15,8 @@
 /**
  * Implementation of hook_help().
  */
-function feedapi_inherit_help($section) {
-  switch ($section) {
+function feedapi_inherit_help($path, $arg) {
+  switch ($path) {
     case 'admin/help#feedapi_inherit':
       return t('FeedAPI Inherit - pass on taxonomy and organic group information from feed to feed items.');
     case 'feedapi/full_name':
Index: feedapi_node/feedapi_node.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feedapi/feedapi_node/Attic/feedapi_node.module,v
retrieving revision 1.1.2.18.2.9
diff -u -r1.1.2.18.2.9 feedapi_node.module
--- feedapi_node/feedapi_node.module	28 Apr 2008 21:38:23 -0000	1.1.2.18.2.9
+++ feedapi_node/feedapi_node.module	5 Jun 2008 23:52:51 -0000
@@ -10,7 +10,7 @@
 /**
  * Implementation of hook_help().
  */
-function feedapi_node_help($path, $ar) {
+function feedapi_node_help($path, $arg) {
   switch ($path) {
     case 'admin/help#feedapi_node':
       return t('Processor for FeedAPI, transforms items into nodes.');
@@ -317,7 +317,7 @@
   }
   else {
     // Let's throw an error on the off chance we land here.
-    watchdog('feedapi_node', t('No nid on feed item to delete.'));
+    watchdog('feedapi_node', 'No nid on feed item to delete.');
   }
 }
 
Index: parser_simplepie/parser_simplepie.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feedapi/parser_simplepie/parser_simplepie.module,v
retrieving revision 1.6.2.20.2.6
diff -u -r1.6.2.20.2.6 parser_simplepie.module
--- parser_simplepie/parser_simplepie.module	3 May 2008 15:47:11 -0000	1.6.2.20.2.6
+++ parser_simplepie/parser_simplepie.module	5 Jun 2008 23:52:51 -0000
@@ -33,7 +33,7 @@
         $requirements['parser_simplepie'] = array(
           'title' => $t("FeedAPI SimplePie"),
           'description' => $t("Obtain the !simplepie package and copy simplepie.inc to the parser_simplepie directory.",
-          array('!simplepie' => l('SimplePie', 'http://simplepie.org/downloads', array(), NULL, NULL, TRUE))),
+          array('!simplepie' => l('SimplePie', 'http://simplepie.org/downloads', array('absolute' => TRUE)))),
           'severity' => $phase == 'install' ? REQUIREMENT_WARNING : REQUIREMENT_ERROR,
           'value' => $t('simplepie.inc file missing'),
         );
