function flag_update_last_removed in Flag 7.3
Same name and namespace in other branches
- 7.2 flag.install \flag_update_last_removed()
File
- ./
flag.install, line 265 - Flag module install/schema/update hooks.
Code
function flag_update_last_removed() {
return 6004;
}