Closed (fixed)
Project:
Simplenews
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2009 at 12:51 UTC
Updated:
29 Jan 2009 at 19:30 UTC
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');
| Comment | File | Size | Author |
|---|---|---|---|
| simplenews-install.patch | 542 bytes | black silence |
Comments
Comment #1
sutharsan commentedyes, its a bug. Not likely to be relevant.
Comment #2
sutharsan commentedThanks!