Skip to Content.
Sympa Menu

devel - [sympa-dev] Re: [sympa-users] messages in bulkspool_table not in bulkmailer_table

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Serge Aumont <address@concealed>
  • To: Thomas Berry <address@concealed>
  • Cc: "address@concealed" <address@concealed>, address@concealed
  • Subject: [sympa-dev] Re: [sympa-users] messages in bulkspool_table not in bulkmailer_table
  • Date: Wed, 17 Mar 2010 17:56:46 +0100

On 03/16/2010 06:29 PM, Thomas Berry wrote:
> I think I found the problem
>
> In Bulk.pm,
>
> line 157:
> my $statement = sprintf "DELETE FROM `%s` WHERE `%s` =
> '%s'",$table,$key,$messagekey;
>
> should be:
> my $statement = sprintf "DELETE FROM '%s' WHERE '%s' =
> '%s'",$table,$key,$messagekey;
>
>
> I'll submit a bug report and a patch file.
Thanks I have fixed it in stable branch.



Archive powered by MHonArc 2.6.19+.

Top of Page