You are here

function uc_quote_update_8 in Ubercart 5

File

shipping/uc_quote/uc_quote.install, line 261

Code

function uc_quote_update_8() {
  $ret = array();
  $ret[] = update_sql("DELETE FROM {uc_quote_shipping_types} WHERE id = 0");
  return $ret;
}