You are here

function uc_store_update_7300 in Ubercart 7.3

Rebuilds theme registry to pick up new location of theme functions.

All theme functions in Ubercart were moved out of the .module files and into .theme.inc files to reduce code memory footprint.

File

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

Code

function uc_store_update_7300() {
  drupal_theme_rebuild();
}