You are here

function uc_store_update_last_removed in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 uc_store/uc_store.install \uc_store_update_last_removed()

Implements hook_update_last_removed().

File

uc_store/uc_store.install, line 189
Install, update, and uninstall functions for the uc_store module.

Code

function uc_store_update_last_removed() {
  return 4;
}