PDA

View Full Version : [fixed] Mass-Email Bug


DarkReaper
Sat 15th Dec '01, 12:18am
I just tried to do a mass-email to all forum users with 0(less than 1) posts, and the first page worked fine, then I hit "Go to next page" and it switched the query to ALL of my users, instead of just those without posts. Going back and looking at the HTML code I noticed that the hidden input "postslower"'s value was blank....

John
Thu 17th Jan '02, 8:45am
Edit (approx) line 193 of admin/email.php to

makehiddencode("postsupper",$postsupper);

(Problem was with postsupper, not postslower)

John