Closed (fixed)
Project:
Mailout
Version:
5.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2008 at 17:11 UTC
Updated:
25 Aug 2008 at 22:32 UTC
In the mailout.install file in function: mailout_install() there is a missing line near the bottom of the function. This is the correct version (from the dev release)
db_query("CREATE TABLE {mailout_list_addresses} (
id INT(16) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
list_id INT(16) NOT NULL ,
email TINYTEXT NOT NULL,
name TINYTEXT NOT NULL,
html TINYINT(1) NOT NULL default '0',
data TEXT NOT NULL
) /*!40100 DEFAULT CHARACTER SET UTF8 */ ");
break;
It to have the following line added:
data TEXT NOT NULL
Comments
Comment #1
simeThank, fixed in dev version
http://drupal.org/node/293830#comment-960145
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.