<% &getEvents( {'duration'=>$in{duration}} ); $DAY = $Grid->{'grid'}->
I have it set up where it will only show events with a state listed. Since I require that, it will show all events except holidays. It also doesn't show the dates, just the next 10 events. They can see the date in the event view.
What I would like to do is to have it show unique events. See how it shows the top two events twice? How would I modify the code above so that it doesn't repeat events?
Mike
BTW, I did remove the 'Powered by' tag at the end of all of the pages, but I also paid the full license fee and donated to DanO's page.
------------------[Repaired link]
[This message has been edited by DanO (edited April 05, 2006).]
I can't tell you the exact code but it might be possible to set up some kind of list (maybe a hash?) of the event IDs that have been printed and use that list to negate printing of the same event twice?
Dan O.
------------------