Closed (fixed)
Project:
Mailman Manager
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
28 Feb 2007 at 16:52 UTC
Updated:
15 Mar 2007 at 06:22 UTC
When creating the db tables, the mailman_lists table is created ignoring the multisite table prefix for mysql.
I think the .install script just needs to change "CREATE TABLE mailman_lists ..." to "CREATE TABLE {mailman_lists} ..." (though I'm not a Drupal module guy).
Thanks for the great module.
--Chris
Comments
Comment #1
Shiny commentedfix in CVS for drupal4.7 and 5 branches.
Comment #2
(not verified) commented