You are here

function uc_quote_update_4 in Ubercart 5

File

shipping/uc_quote/uc_quote.install, line 213

Code

function uc_quote_update_4() {
  $ret = array();
  $ret[] = update_sql("DELETE FROM {uc_quote_product_locations} WHERE street1 = ''");
  $ret[] = update_sql("DELETE FROM {uc_quote_manufacturer_locations} WHERE street1 = ''");
  return $ret;
}