You are here

function uc_product_kit_update_6002 in Ubercart 6.2

Update moved to 6003 to fix flawed beta5 installations. See http://drupal.org/node/400720.

File

uc_product_kit/uc_product_kit.install, line 165
Install, update and uninstall functions for the uc_product_kit module.

Code

function uc_product_kit_update_6002() {
  $ret = array();
  return $ret;
}