Index: swfobject.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/swfobject/swfobject.module,v
retrieving revision 1.2
diff -B -b -U3 -r1.2 swfobject.module
--- swfobject.module	23 Sep 2006 17:09:38 -0000	1.2
+++ swfobject.module	5 Dec 2006 13:12:18 -0000
@@ -236,7 +236,7 @@
 
     case 'view':
       if(variable_get('swfobject_debug', 'normal') == 'debug'){
-        $block['content'] = '<pre>'.htmlspecialchars(_swfobject_block_view($delta)).'</pre>';
+        $block['content'] = '<pre>'.htmlspecialchars(theme_swfobject_block_view($delta)).'</pre>';
       }else{
         $block['content'] = theme('swfobject_block_view',$delta);
       }
