You are here

function uc_quote_update_cart_item in Ubercart 5

Same name and namespace in other branches
  1. 6.2 shipping/uc_quote/uc_quote.module \uc_quote_update_cart_item()

File

shipping/uc_quote/uc_quote.module, line 502
The controller module for fulfillment modules that process physical goods.

Code

function uc_quote_update_cart_item() {
  unset($_SESSION['quote']);
}