Closed (fixed)
Project:
Forward
Version:
4.6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2006 at 11:41 UTC
Updated:
29 May 2006 at 00:12 UTC
I see:
0 emails sent to 0 recipients
Even though the forward_log table has two rows
47 SENT 1142429782
47 SENT 1144150375
Is my db schema outdated or something? It doesn't include recipient email so I'm not surprised it says "0 recipients".
CREATE TABLE forward_log (
nid int(10) unsigned NOT NULL default '0',
type varchar(8) NOT NULL default '',
timestamp int(11) NOT NULL default '0',
KEY (nid)
) TYPE=MyISAM
Comments
Comment #1
solipsist commentedI saw now that a new version was released today, after updating everything seems to work. Thanks! You can close this now.
Comment #2
alexandreracine commentedSelf un-bug.