Index: flowplayer/flowplayer.module =================================================================== --- flowplayer/flowplayer.module (revision 22) +++ flowplayer/flowplayer.module (working copy) @@ -76,7 +76,7 @@ * Implementation of swftools_flashvars hook. * Return an array of flashvars. */ -function flowplayer_swftools_flashvars($action, &$methods, &$vars) { +function flowplayer_swftools_flashvars($action, $methods, $vars) { // Pad out the user parameters (like those passed through swf(), with our // configured defaults, allowing the user parameters to dominate. Index: imagerotator/imagerotator.module =================================================================== --- imagerotator/imagerotator.module (revision 22) +++ imagerotator/imagerotator.module (working copy) @@ -116,7 +116,7 @@ * Implementation of swftools_flashvars hook. * Return an array of flashvars. */ -function imagerotator_swftools_flashvars($action, &$methods, &$vars) { +function imagerotator_swftools_flashvars($action, $methods, $vars) { // Pad out the user parameters (like those passed through swf(), with our // configured defaults, allowing the user parameters to dominate. @@ -206,7 +206,7 @@ } -function imagerotator_wijering_imagerotator_swftools_playlist($xml_data, &$method, &$vars) { +function imagerotator_wijering_imagerotator_swftools_playlist($xml_data, $method, $vars) { $xml = ' '. $xml_data['header']['title'] .' Index: genericplayers.module =================================================================== --- genericplayers.module (revision 22) +++ genericplayers.module (working copy) @@ -105,7 +105,7 @@ * 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']; Index: wijering4/wijering4.module =================================================================== --- wijering4/wijering4.module (revision 22) +++ wijering4/wijering4.module (working copy) @@ -159,7 +159,7 @@ * Implementation of swftools_flashvars hook. * Return an array of flashvars. */ -function wijering4_swftools_flashvars($action, &$methods, &$vars) { +function wijering4_swftools_flashvars($action, $methods, $vars) { // Pad out the user parameters (like those passed through swf(), with our // configured defaults, allowing the user parameters to dominate. Index: flowplayer3/flowplayer3.module =================================================================== --- flowplayer3/flowplayer3.module (revision 22) +++ flowplayer3/flowplayer3.module (working copy) @@ -90,7 +90,7 @@ * @param $action * String defining the action that is to be performed, eg SWFTOOLS_FLV_DISPLAY - * @param &$methods + * @param $methods * Object containing two keys - player and method. Each consists of an array * that defines the details of the resolved player and embedding method that * is being used for this file. @@ -101,7 +101,7 @@ * @return * Return an array of flashvars needed to allow the player to work. */ -function flowplayer3_swftools_flashvars($action, &$methods, &$vars) { +function flowplayer3_swftools_flashvars($action, $methods, $vars) { // Initialise array of FlowPlayer3 configuration settings $flowplayer = array(); Index: onepixelout/onepixelout.module =================================================================== --- onepixelout/onepixelout.module (revision 22) +++ onepixelout/onepixelout.module (working copy) @@ -92,7 +92,7 @@ * Implementation of swftools_flashvars hook. * Return an array of flashvars. */ -function onepixelout_swftools_flashvars($action, &$methods, &$vars) { +function onepixelout_swftools_flashvars($action, $methods, $vars) { // Generate sequential player ids static $player_id = 1; Index: simpleviewer/simpleviewer.module =================================================================== --- simpleviewer/simpleviewer.module (revision 22) +++ simpleviewer/simpleviewer.module (working copy) @@ -66,7 +66,7 @@ * Other arrays can also be modified. * */ -function simpleviewer_swftools_flashvars($action, &$methods, &$vars) { +function simpleviewer_swftools_flashvars($action, $methods, $vars) { $sv_vars = _simpleviewer_vars(); // Here we only assign 'other' settings to othervars, and return 'swf' settings