You are here

function uc_product_power_tools_update_3 in Ubercart Product Power Tools 6.2

Same name and namespace in other branches
  1. 6 uc_product_power_tools.install \uc_product_power_tools_update_3()

File

./uc_product_power_tools.install, line 308
Install, update, and uninstall functions for the uc_product_power_tools module.

Code

function uc_product_power_tools_update_3() {
  return array(
    update_sql("UPDATE {system} SET weight = 10 WHERE name = 'uc_product_power_tools'"),
  );
}