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

Home » FUDforum » How To » Posts sent to more than one mailing list
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Posts sent to more than one mailing list [message #28500 is a reply to message #28498] Wed, 26 October 2005 23:19 Go to previous messageGo to previous message
BobB is currently offline  BobB   United States
Messages: 165
Registered: April 2005
Location: Tucson, AZ
Karma:
Senior Member
Ilia wrote on Wed, 26 October 2005 17:08

You are looking at the wrong segment of the file, you need to comment out this bit:

/* check if message was already imported */
if ($emsg->msg_id && q_singleval("SELECT id FROM ".sql_p."msg WHERE mlist_msg_id="._esc($emsg->msg_id))) {
return;
}



Would it be commented out like this:

/* check if message was already imported
if ($emsg->msg_id && q_singleval("SELECT id FROM ".sql_p."msg WHERE mlist_msg_id="._esc($emsg->msg_id))) {
return;
} */

or like this:

/* check if message was already imported */
<!-- if ($emsg->msg_id && q_singleval("SELECT id FROM ".sql_p."msg WHERE mlist_msg_id="._esc($emsg->msg_id))) {
return;
} -->

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Automated backups
Next Topic: How to translate FUDforum?
Goto Forum:
  

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

Current Time: Sun Sep 29 10:22:52 GMT 2024

Total time taken to generate the page: 0.05225 seconds