You are here

function uc_discounts_update_last_removed in Ubercart Discounts (Alternative) 7.2

Implements hook_update_last_removed().

Notify drupal that 5.x update functions have been removed.

File

uc_discounts/uc_discounts.install, line 518
Install, update, and uninstall functions for uc_discounts module.

Code

function uc_discounts_update_last_removed() {

  // Before 6.x the updates used single digit update numbers rather then the 4
  // digit numbers used now. The last update in 5.x was uc_discounts_update_7.
  return 7;
}