You are here

function commerce_reports_install in Commerce Reporting 7.3

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

Implements hook_reports_install().

File

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

Code

function commerce_reports_install() {

  // Set default for date format.
  variable_set('date_format_commerce_reports', 'l j F o');
}