You are here

function uc_roles_update_last_update_removed in Ubercart 6.2

Implements hook_update_last_removed().

File

uc_roles/uc_roles.install, line 177
Install, update and uninstall functions for the uc_roles module.

Code

function uc_roles_update_last_update_removed() {
  return 4;
}