domBulletin - Discussion: bug in WebBoardIndexSchedule agent
I report a Bug in the WebBoardIndexSchedule agent.
The aim of this agent is to refresh the public statistics of each category.
This sentence :
Set entry = nav.GetNextDocument( entry )
Should be replaced by :
Set entry = nav.GetNext( entry )
Documents