You are here

function uc_cybersource_update_last_removed in Ubercart 7.3

Same name and namespace in other branches
  1. 6.2 payment/uc_cybersource/uc_cybersource.install \uc_cybersource_update_last_removed()

Implements hook_update_last_removed().

File

payment/uc_cybersource/uc_cybersource.install, line 157
Install, update and uninstall functions for the uc_cybersource module.

Code

function uc_cybersource_update_last_removed() {
  return 2;
}