Quote:
Originally Posted by neroflorida
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.
|
I've only run across this problem when you look at all the events in a day at once. If you go to individual events, everything is fine. I suspect you are right about the array not being cleared. Any thoughts on how to fix it? I'm looking into it as I type.