You are here

function uc_attribute_update_last_removed in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 uc_attribute/uc_attribute.install \uc_attribute_update_last_removed()

Implements hook_update_last_removed().

File

uc_attribute/uc_attribute.install, line 398
Install hooks for uc_attribute.module.

Code

function uc_attribute_update_last_removed() {
  return 10;
}