You are here

function uc_catalog_update_7004 in Ubercart 7.3

Delete unused catalog description.

File

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

Code

function uc_catalog_update_7004() {
  variable_del('uc_catalog_description');
}