You are here

function uc_cart_links_update_last_removed in Ubercart 7.3

Implements hook_update_last_removed().

File

uc_cart_links/uc_cart_links.install, line 56
Install, update and uninstall functions for the uc_cart_links module.

Code

function uc_cart_links_update_last_removed() {
  return 6001;
}