--- flashvideo.module-orig	2008-04-09 14:49:00.000000000 +0100
+++ flashvideo.module	2008-04-09 14:31:08.000000000 +0100
@@ -1032,6 +1032,7 @@ function flashvideo_nodeapi(&$node, $op,
          break;
   
       case 'rss item':
+         /*
          $filepath = db_query("SELECT f.filepath FROM {flashvideo} fv LEFT JOIN {files} f ON f.fid = fv.fid WHERE (f.nid = %d) AND (fv.status = 3) AND (fv.video_index = 0)", $node->nid);
          $attributes['url'] = _flashvideo_get_fileurl(file_create_url($filepath));  // Only show the first video
          $attributes['length'] = $node->size;
@@ -1043,6 +1044,8 @@ function flashvideo_nodeapi(&$node, $op,
          $media['fileSize'] = $attributes['length'];
          $media['type'] = $attributes['type'];
          return array(array('key' => 'enclosure', 'attributes' => $attributes), array('key' => 'media', 'value' => '', 'attributes' => $media));
+         */
+         break;
       case 'delete':
       case 'delete revision':
       	db_query("DELETE FROM {flashvideo} WHERE nid = %d", $node->nid);
