Index: emfield.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/emfield/emfield.module,v
retrieving revision 1.25
diff -u -p -r1.25 emfield.module
--- emfield.module	20 Jun 2008 17:04:54 -0000	1.25
+++ emfield.module	26 Sep 2008 15:31:21 -0000
@@ -677,7 +677,7 @@ function emfield_nodeapi(&$node, $op, $t
       // work around for http://drupal.org/node/157709
       static $been_here = FALSE;
       if (! $been_here) {
-        $rss[] = array('namespace' => array('xmlns:media="http://search.yahoo.com/mrss/"'));
+        $rss[] = array('namespace' => array('xmlns:media' => 'http://search.yahoo.com/mrss/'));
         $been_here = TRUE;
       }
 
