function webform_update_3 in Webform 6.2
Same name and namespace in other branches
- 5.2 webform.install \webform_update_3()
- 5 webform.install \webform_update_3()
Schema change 3: Update to UTF8
File
- ./
webform.install, line 382 - Webform module install/schema hooks.
Code
function webform_update_3() {
return _system_update_utf8(array(
'webform',
'webform_component',
'webform_role_node',
'webform_submissions',
'webform_submitted_data',
));
}