### Eclipse Workspace Patch 1.0 #P swftools Index: genericplayers.module =================================================================== RCS file: /cvs/drupal/contributions/modules/swftools/Attic/genericplayers.module,v retrieving revision 1.3 diff -u -r1.3 genericplayers.module --- genericplayers.module 3 Oct 2008 23:20:32 -0000 1.3 +++ genericplayers.module 7 Oct 2010 09:04:14 -0000 @@ -103,9 +103,8 @@ /** * Implementation of swftools_flashvars hook. - * */ -function genericplayers_swftools_flashvars($action, &$methods, &$vars) { +function genericplayers_swftools_flashvars($action, $methods, $vars) { // All we need to do is assign the 'file_url' variable to our preferred place on the flashvars array. if ($vars->othervars['file_url']) { $vars->flashvars['file_url'] = $vars->othervars['file_url'];