function webform_update_7307 in Webform 7.4
Same name and namespace in other branches
- 7.3 webform.install \webform_update_7307()
Update the confirmation_format column for default text format changes.
File
- ./
webform.install, line 979 - Webform module install/schema hooks.
Code
function webform_update_7307() {
// Update removed and moved to webform_update_7301().
// See http://drupal.org/node/976102.
}