Quote:
Originally Posted by UK Jimbo
No. You need to modify the uninstall code for the product.
Login to your admincp and go to "Manage Products"
Find this product and choose to edit it.
Look for the "DROP massmail" text in the uninstall code and replace it with "DROP TABLE massmail"
Save these changes and then try running the uninstall process again.
|
this is the current uninstall though.
Code:
$db->query_write("DROP " . TABLE_PREFIX . "massmail");