Closed (fixed)
Project:
Station
Version:
6.x-2.x-dev
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2008 at 11:45 UTC
Updated:
11 Jun 2009 at 04:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
tim.plunkettMy PHP isn't stellar, but I think the issue is that it attempts to retrieve the current program and also checks to see if the program is valid, in the same step.
I broke it into two if statements, see the attached patch.
Comment #2
tim.plunkettI found another issue with the station block, this time with the streams.
I "fixed" it, but I'm not sure that I've gone about it properly.
See attached!
- Tim
Comment #3
tim.plunkettthis revision is the culprit.
Comment #4
drewish commentedThe first part of the patch is correct but the second part isn't quite right. The fix needs to go in upstream in station_schedule_get_list().
Could you review this patch?
Comment #5
drewish commentedI'm pretty happy with this patch. Committed to HEAD.