webform_steps.install in Webform steps 7
Same filename and directory in other branches
File
webform_steps.installView source
<?php
/**
* Add webform_custom_buttons module when upgrading from legacy.
*/
function webform_steps_update_1() {
module_enable(array(
'webform_custom_buttons',
));
}Functions
|
Name |
Description |
|---|---|
| webform_steps_update_1 | Add webform_custom_buttons module when upgrading from legacy. |