function shoutbox_group_update_6200 in Shoutbox 7.2
Same name and namespace in other branches
- 6.2 shoutbox_group/shoutbox_group.install \shoutbox_group_update_6200()
- 7 shoutbox_group/shoutbox_group.install \shoutbox_group_update_6200()
Accomodate shoutbox schema changes
File
- shoutbox_group/
shoutbox_group.install, line 45
Code
function shoutbox_group_update_6200() {
db_query("UPDATE {shoutbox} s INNER JOIN {shoutbox_groups} sg ON s.shout_id = sg.shout_id SET s.module = 'shoutbox_group'");
return array();
}