You are here

function uc_quote_update_last_removed in Ubercart 6.2

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

Implements hook_update_last_removed().

File

shipping/uc_quote/uc_quote.install, line 191
Install, update and uninstall functions for the uc_quote module.

Code

function uc_quote_update_last_removed() {
  return 8;
}