no idea if this is still relevant, but i think it's a bug

the installer (update #2) would rename 'sn_newsletters' to 'simplenews_snid_tid'
wrong:
db_rename_table($ret, 'sn_newsletters', 'simplenews_snid_tid');
right:
db_rename_table($ret, 'sn_newsletters', 'simplenews_newsletters');

CommentFileSizeAuthor
simplenews-install.patch542 bytesblack silence

Comments

sutharsan’s picture

Priority: Normal » Minor

yes, its a bug. Not likely to be relevant.

sutharsan’s picture

Status: Active » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.