You are here

function uc_catalog_update_7006 in Ubercart 7.3

Delete unused catalog name variable.

File

uc_catalog/uc_catalog.install, line 258
Install, update and uninstall functions for the uc_catalog module.

Code

function uc_catalog_update_7006() {
  variable_del('uc_catalog_name');
}