You are here

function commerce_reports_update_7300 in Commerce Reporting 7.3

Same name and namespace in other branches
  1. 7.4 commerce_reports.install \commerce_reports_update_7300()

Changes the default date format used by Commerce Reporting.

File

./commerce_reports.install, line 18
Install, update, and uninstall functions for the commerce_reports module.

Code

function commerce_reports_update_7300(&$sandbox) {
  variable_set('date_format_commerce_reports', 'l j F o');
}