You are here

function uc_flatrate_update_last_removed in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 shipping/uc_flatrate/uc_flatrate.install \uc_flatrate_update_last_removed()

Implements hook_update_last_removed().

File

shipping/uc_flatrate/uc_flatrate.install, line 112
Install hooks for uc_flatrate.module.

Code

function uc_flatrate_update_last_removed() {
  return 4;
}