Correct me if I'm wrong, but it appears that on line 1351:
if (!isset($_players_format)) {
should read
if (!isset($_player_format)) {
without the 's' on $_player(s)_format.
With the way it is now, line 1352:
list($_player_name, $_player_format) = _audio_player_build_list();
would always get called, so having the static variables isn't really doing much good here.
Not a big deal, but worth mentioning.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | audio_195946.patch | 675 bytes | drewish |
| #2 | audio_195946.patch | 675 bytes | drewish |
Comments
Comment #1
drewish commentedmind rolling a patch?
Comment #2
drewish commentedcommitting the attached to DRUPAL-5 and HEAD.
Comment #3
drewish commentedcommitting the attached to DRUPAL-5 and HEAD.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.