Active
Project:
Agreservations
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2012 at 17:38 UTC
Updated:
2 Jun 2012 at 17:38 UTC
Saw some odd behavior on my site - seems to arise from line 524 in agres_views/theme/theme.inc:
if ($event[0]->date_end > $temp_granularity_end) {
Should this not be:
if ($event[$subevent]->date_end > $temp_granularity_end) {
?
thanks,
Kevin