Index: parser_simplepie/parser_simplepie.install
===================================================================
RCS file: /cvs/drupal/contributions/modules/feedapi/parser_simplepie/Attic/parser_simplepie.install,v
retrieving revision 1.1.2.6
diff -r1.1.2.6 parser_simplepie.install
2c2
< /* $Id: parser_simplepie.install,v 1.1.2.6 2008/02/06 11:42:23 aronnovak Exp $ */
---
> // $Id: parser_simplepie.install,v 1.1.2.6 2008/02/06 11:42:23 aronnovak Exp $
35c35
<         unlink($cache_dir. '/'. $file);
---
>         unlink($cache_dir .'/'. $file);
45c45
<   $path_to_files = file_create_path(file_directory_path() . '/simplepie_cache');
---
>   $path_to_files = file_create_path(file_directory_path() .'/simplepie_cache');
Index: parser_common_syndication/parser_common_syndication.install
===================================================================
RCS file: /cvs/drupal/contributions/modules/feedapi/parser_common_syndication/Attic/parser_common_syndication.install,v
retrieving revision 1.1.2.4
diff -r1.1.2.4 parser_common_syndication.install
2c2
< // $Id:
---
> // $Id$
48c48
<         unlink($cache_dir. '/'. $file);
---
>         unlink($cache_dir .'/'. $file);
Index: feedapi.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/feedapi/feedapi.module,v
retrieving revision 1.23.2.127
diff -r1.23.2.127 feedapi.module
84c84
<       $own_feed = $node->uid == $user->uid && user_access('edit own '. $node->type . ' content') ? TRUE : FALSE;
---
>       $own_feed = $node->uid == $user->uid && user_access('edit own '. $node->type .' content') ? TRUE : FALSE;
86c86
<         'path' => 'node/'. $node->nid. '/refresh',
---
>         'path' => 'node/'. $node->nid .'/refresh',
94c94
<         'path' => 'node/'. $node->nid. '/purge',
---
>         'path' => 'node/'. $node->nid .'/purge',
639c639
<           $count['%'.$name] += $value;
---
>           $count['%'. $name] += $value;
683,686c683,686
<     $commands = array(l(t('Delete'), 'node/'. $node->nid . '/delete', NULL, 'destination=admin/content/feed'),
<       l(t('Remove items'), 'node/'. $node->nid . '/purge', NULL, 'destination=admin/content/feed'),
<       l(t('Refresh'), 'node/'. $node->nid . '/refresh'),
<       l(t('Edit'), 'node/'. $node->nid . '/edit'),
---
>     $commands = array(l(t('Delete'), 'node/'. $node->nid .'/delete', NULL, 'destination=admin/content/feed'),
>       l(t('Remove items'), 'node/'. $node->nid .'/purge', NULL, 'destination=admin/content/feed'),
>       l(t('Refresh'), 'node/'. $node->nid .'/refresh'),
>       l(t('Edit'), 'node/'. $node->nid .'/edit'),
706c706
<         round((array_sum($node->feed->statistics['process_time']) / count($node->feed->statistics['process_time'])), 2). ' '. t('ms'),
---
>         round((array_sum($node->feed->statistics['process_time']) / count($node->feed->statistics['process_time'])), 2) .' '. t('ms'),
987c987
<     $func = $module. '_feedapi_after_parse';
---
>     $func = $module .'_feedapi_after_parse';
1068c1068,1069
<       } else {
---
>       }
>       else {
1189c1190
<     $func = $module. '_feedapi_after_refresh';
---
>     $func = $module .'_feedapi_after_refresh';
1203c1204,1205
<     } else {
---
>     }
>     else {
1207c1209,1210
<   } else {
---
>   }
>   else {
1230c1233
<     foreach($feed->processors as $processor) {
---
>     foreach ($feed->processors as $processor) {
1403c1406
<   if (xml_parse_into_struct($parser, $opml, $vals, $index) || xml_parse_into_struct($parser, '<?xml version="1.0"?>'.$opml, $vals, $index)) {
---
>   if (xml_parse_into_struct($parser, $opml, $vals, $index) || xml_parse_into_struct($parser, '<?xml version="1.0"?>'. $opml, $vals, $index)) {
Index: feedapi.install
===================================================================
RCS file: /cvs/drupal/contributions/modules/feedapi/feedapi.install,v
retrieving revision 1.5.2.24
diff -r1.5.2.24 feedapi.install
2c2
< // $Id:
---
> // $Id$
Index: feedapi_node/feedapi_node.module.test
===================================================================
RCS file: /cvs/drupal/contributions/modules/feedapi/feedapi_node/Attic/feedapi_node.module.test,v
retrieving revision 1.1.2.6
diff -r1.1.2.6 feedapi_node.module.test
1a2
> // $Id$
150c151
<     foreach($to_disable_blocks as $to_enable_block) {
---
>     foreach ($to_disable_blocks as $to_enable_block) {
Index: feedapi_aggregator/feedapi_aggregator.module.test
===================================================================
RCS file: /cvs/drupal/contributions/modules/feedapi/feedapi_aggregator/Attic/feedapi_aggregator.module.test,v
retrieving revision 1.1.2.9
diff -r1.1.2.9 feedapi_aggregator.module.test
1a2
> // $Id$
