You are here

function uc_store_update_7002 in Ubercart 7.3

Removes unused variable.

File

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

Code

function uc_store_update_7002() {
  variable_del('uc_store_admin_page_display');
}