function shoutbox_group_update_6201 in Shoutbox 6.2
Update hook to weight the module
File
- shoutbox_group/
shoutbox_group.install, line 65
Code
function shoutbox_group_update_6201() {
shoutbox_group_weight_module();
return array();
}
Update hook to weight the module
function shoutbox_group_update_6201() {
shoutbox_group_weight_module();
return array();
}