function optionwidgets_update_last_removed in Content Construction Kit (CCK) 6
Same name and namespace in other branches
- 6.3 modules/optionwidgets/optionwidgets.install \optionwidgets_update_last_removed()
- 6.2 modules/optionwidgets/optionwidgets.install \optionwidgets_update_last_removed()
File
- modules/
optionwidgets/ optionwidgets.install, line 39
Code
function optionwidgets_update_last_removed() {
return 1;
}