FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » E-mail notification problems
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Odp: Re: E-mail notification problems [message #17648 is a reply to message #17179] Thu, 08 April 2004 18:01 Go to previous messageGo to previous message
tonyj321 is currently offline  tonyj321   United States
Messages: 3
Registered: March 2004
Karma:
Junior Member
Hi I have upgraded to 2.6.2rc1, where the new feature for turning off e-mail blocking is available (thanks Razz ).

However I still see the problem that e-mail notifications are always sent to only one subscriber Sad . I believe I have tracked down the bug in post.php, at line 1714.

Currently it says:


				if ($r[2] & 4) {
					$to['EMAIL'] = $r[0];
				} else {
					$to['ICQ'] = $r[1].'@pager.icq.com';
				}


but I think it should say:

				if ($r[2] & 4) {
					$to['EMAIL'][] = $r[0];
				} else {
					$to['ICQ'][] = $r[1].'@pager.icq.com';
				}


(IE as we loop over all the subscribed e-mail addresses we append them to the $to['EMAIL'] array). I did not yet check carefully if this same problem occurs in other places.
[Message index]
 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Fud 2.0: File upload > 1meg
Next Topic: Replying to a mailing list results in email with no subject (2.6.2RC1)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Oct 21 05:27:25 GMT 2024

Total time taken to generate the page: 0.04003 seconds