function webform_update_last_removed in Webform 6.3
Same name and namespace in other branches
- 7.4 webform.install \webform_update_last_removed()
- 7.3 webform.install \webform_update_last_removed()
Set the minimum upgrade version.
This should allow updates from any 2.x version of Webform (for D5 or D6), but prevent updates from any version prior to Webform 1.10.
File
- ./
webform.install, line 501 - Webform module install/schema hooks.
Code
function webform_update_last_removed() {
return 20;
}