You are here

function flag_update_last_removed in Flag 7.2

Same name and namespace in other branches
  1. 7.3 flag.install \flag_update_last_removed()

File

./flag.install, line 339
Flag module install/schema/update hooks.

Code

function flag_update_last_removed() {
  return 6004;
}