You are here

function uc_store_update_7005 in Ubercart 7.3

Changes date formatting to use D7 API.

File

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

Code

function uc_store_update_7005() {
  variable_set('date_format_uc_store', variable_get('uc_date_format_default', 'm/d/Y'));
  variable_del('uc_date_format_default');
}