### Eclipse Workspace Patch 1.0
#P emfield
Index: contrib/emvideo/providers/youtube.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/emfield/contrib/emvideo/providers/Attic/youtube.inc,v
retrieving revision 1.1.2.7
diff -u -r1.1.2.7 youtube.inc
--- contrib/emvideo/providers/youtube.inc	12 Aug 2008 16:03:10 -0000	1.1.2.7
+++ contrib/emvideo/providers/youtube.inc	12 Aug 2008 19:07:46 -0000
@@ -237,7 +237,7 @@
 /**
  * The embedded flash displaying the youtube video.
  */
-function emvideo_youtube_flash($embed, $width, $height, $autoplay, $options = array()) {
+function theme_emvideo_youtube_flash($embed, $width, $height, $autoplay, $options = array()) {
   static $count;
   if ($embed) {
     $related = isset($options['related']) ? $options['related'] : variable_get('emvideo_youtube_show_related_videos', 0);
