--- ffpc_plugin_row_podcast.inc.old	2009-04-16 06:26:49.000000000 -0500
+++ ffpc_plugin_row_podcast.inc	2009-04-20 06:57:12.000000000 -0500
@@ -89,7 +89,7 @@ class ffpc_plugin_row_podcast extends vi
         $extra[] = array(
           'key' => 'enclosure',
           'attributes'  =>  array(
-            'url'   => url( $file['filepath'], array('absolute'=>TRUE) ),
+            'url'   => file_create_url($file['filepath']),
             'length'  => $file['filesize'],
             'type'    => $file['filemime'],
           ),
@@ -114,7 +114,7 @@ class ffpc_plugin_row_podcast extends vi
         $extra[] = array('key' => 'pubDate', 'value' => gmdate('r', $item->created));
         $extra[] = array(
           'key' => 'guid',
-          'value' => url($file['filepath'], array('absolute'=>TRUE)),
+          'value' => file_create_url($file['filepath']),
         );
         /*
          * The following function takes title, link, description and then
