You are here

function addanother_update_last_removed in Add Another 7.2

Update last removed.

File

./addanother.install, line 33
Install, update and uninstall functions for the Add another module.

Code

function addanother_update_last_removed() {

  // All 5.x update functions have been removed.
  return 2;
}