You are here

function uc_order_update_last_removed in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 uc_order/uc_order.install \uc_order_update_last_removed()

Implements hook_update_last_removed().

File

uc_order/uc_order.install, line 605
Install, update and uninstall functions for the uc_order module.

Code

function uc_order_update_last_removed() {
  return 8;
}