Hi DW,
We encourage everyone affected by the bugs to upgrade to the fixed release v1.87b.
Thanks for the fix, one thing though...
I encourage you to PLEASE post which files were affected with the changes, or at least FOR the entire release, that way people like me, who have already inserted modified code (for throttling, etc), can just upload the most recent files and not EVERY PHP FILE :shock:
I'm still not sure what you've changed, but notice I do need to upload upgrade.php and dailymail.php, as far as the other modules I don't have time to go through each one and look for changes...
Can I assume for now that if I just upload upgrade.php and dailymail.php that I'll be ok, or are there any changes in other modules that rely on changes made to dailymail.php and upgrade.php - I think you can see the dilemma here... which could easily be solved if you listed the changes that were made to every module (and including line numbers, etc).
For example, where is this change at (module/line)?
fixed error when scheduling email to more than one user selection on the same day
For example, here's another piece of code (fix) that I've been putting BACK into your dailymail.php module since April (line 95 or around):
// BAS MOD - 04/29/06 - ADDED class=chkbox
if($errchk) echo "<input type=checkbox class=chkbox name=nobounce value=1> Skip bounce via mailbox<br>";