Index: video.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/video/video.module,v
retrieving revision 1.14
diff -u -r1.14 video.module
--- video.module 13 Sep 2005 12:12:23 -0000 1.14
+++ video.module 14 Sep 2005 21:27:52 -0000
@@ -806,28 +806,13 @@
* string of content to display
*/
function theme_video_play_windowsmedia($node) {
- // Windows Media's embeded player includes the controls in the height
- $node->videoy += 68;
+ $node->videoy += 68; //Windows Media's embeded player includes the controls in the height
$vidfile = _video_get_fileurl($node->vidfile) . basename($node->vidfile);
- $output = '';
-
+ $output = '';
$output = _theme_video_format_play($output, t('http://windowsupdate.microsoft.com/'),
t('Link to Windows Update'),
t('Download latest Windows Media Player'));