You are here

function uc_store_update_6001 in Ubercart 6.2

Obsolete due to removal of price caching.

See also

uc_store_update_6006()

File

uc_store/uc_store.install, line 212
Install, update, and uninstall functions for the uc_store module.

Code

function uc_store_update_6001() {
  return array();
}