There appears to be a bug in the software that causes accumulation of data if:
A) Multiple Events Occur On Same Day, and
B) Events Use Roll Call Feature
Example data:
Event #1 -
Actual Roll Call: User1, User2, User3
Displayed Roll Call: User1, User2, User3
Event #2 -
Actual Roll Call: User4
Displayed Roll Call: User1, User2, User3, User4
...
Would appear that the array isn't cleared between cycles? Haven't had a chance to look at the code yet to verify.
|