function uc_webform_update_7010 in Ubercart Webform Integration 7.2
Same name and namespace in other branches
- 7.3 uc_webform.install \uc_webform_update_7010()
- 7 uc_webform.install \uc_webform_update_7010()
File
- ./
uc_webform.install, line 58 - Contains install and update functions for uc_webform.
Code
function uc_webform_update_7010() {
$schema = uc_webform_schema();
db_add_field('uc_webform', 'submit', $schema['uc_webform']['fields']['submit']);
}