function webform_update_3 in Webform 5
Same name and namespace in other branches
- 5.2 webform.install \webform_update_3()
- 6.2 webform.install \webform_update_3()
File
- ./
webform.install, line 205
Code
function webform_update_3() {
return _system_update_utf8(array(
'webform',
'webform_component',
'webform_role_node',
'webform_submissions',
'webform_submitted_data',
));
}