Active
Project:
Messaging
Version:
6.x-4.0-beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2010 at 20:44 UTC
Updated:
3 Oct 2010 at 20:44 UTC
during an update:
user warning: Table 'my_table.messaging_destination' doesn't exist query: DELETE FROM messaging_destination WHERE type = '' in /home/my_user/public_html/sites/all/modules/messaging/messaging.install on line 443.
needs to be:
$ret[] = update_sql("DELETE FROM {messaging_destination} WHERE type = ''");