--- swftools/genericplayers.module.orig 2011-02-12 15:20:53.000000000 -0500 +++ swftools/genericplayers.module 2011-02-12 15:20:06.000000000 -0500 @@ -105,7 +105,7 @@ function swftools_admin_generic_form() { * 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']; --- swftools/flowplayer/flowplayer.module.orig 2011-02-12 15:10:46.000000000 -0500 +++ swftools/flowplayer/flowplayer.module 2011-02-12 15:11:10.000000000 -0500 @@ -76,7 +76,7 @@ function flowplayer_menu() { * 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. --- swftools/flowplayer3/flowplayer3.module.orig 2011-02-12 15:10:46.000000000 -0500 +++ swftools/flowplayer3/flowplayer3.module 2011-02-12 15:11:30.000000000 -0500 @@ -90,7 +90,7 @@ function flowplayer3_menu() { * @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 @@ function flowplayer3_menu() { * @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(); --- swftools/imagerotator/imagerotator.module.orig 2011-02-12 15:10:46.000000000 -0500 +++ swftools/imagerotator/imagerotator.module 2011-02-12 15:12:28.000000000 -0500 @@ -116,7 +116,7 @@ function _imagerotator_settings($player) * 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. --- swftools/onepixelout/onepixelout.module.orig 2011-02-12 15:10:46.000000000 -0500 +++ swftools/onepixelout/onepixelout.module 2011-02-12 15:12:37.000000000 -0500 @@ -92,7 +92,7 @@ function _onepixelout_settings() { * 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; --- swftools/simpleviewer/simpleviewer.module.orig 2011-02-12 15:10:46.000000000 -0500 +++ swftools/simpleviewer/simpleviewer.module 2011-02-12 15:12:44.000000000 -0500 @@ -66,7 +66,7 @@ function simpleviewer_menu() { * 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 --- swftools/wijering4/wijering4.module.orig 2011-02-12 15:10:46.000000000 -0500 +++ swftools/wijering4/wijering4.module 2011-02-12 15:13:01.000000000 -0500 @@ -159,7 +159,7 @@ function _wijering4_settings($player) { * 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.