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

Shiny’s picture

Assigned: Unassigned » Shiny
Status: Active » Fixed

fix in CVS for drupal4.7 and 5 branches.

Anonymous’s picture

Status: Fixed » Closed (fixed)