[swoosh] Re: New improved swoosh testing results
    Kent Martin 
    horde at kentsworld.com
       
    Wed Mar 10 12:22:25 PST 2004
    
    
  
Hmm... dunno where the patch I attached to that email went...
Oh well - here goes (the top line is the new one)
201c201
<         $sql = sprintf('INSERT INTO swoosh_sends (send_id, message_id,
send_remote_id, send_recipient, send_error) VALUES (%s, %s, %s, \'%s\', %s)',
---
>         $sql = sprintf('INSERT INTO swoosh_sends (send_id, 
> message_id, send_remote_id,
> send_recipient, send_error) VALUES (%s, %s, %s, %s, %s)',
Which should be applied to:
swoosh/lib/Storage/sql.php
Kent.
    
    
More information about the swoosh
mailing list