While reviewing the code this evening, I did come across one issue so far related to processing inactive users in a batch configuration. According to the description:
Quote:
How many users to process during each scheduled task? (0 for unlimited)
|
I was originally testing for a blank field or zero length input in this field when it should have been checking for a value greater than zero (0). This has been corrected and I'm attaching the new fix. Drop it into your /forumroot/includes/cron folder and you will be set. I will update the zip file with the fix as well and increment the version count.