Closed (fixed)
Project:
Audio
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2007 at 07:16 UTC
Updated:
1 Jan 2008 at 00:11 UTC
Jump to comment: Most recent file
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.