You are here

function ip2country_update_7100 in IP-based Determination of a Visitor's Country 7

Provides configurable date/time formats for admin page.

File

./ip2country.install, line 193
Install, update, and uninstall functions for the ip2country module.

Code

function ip2country_update_7100() {

  // Set the default date format for reporting database update date/time.
  variable_set('date_format_ip2country_date', 'n/j/Y');
  variable_set('date_format_ip2country_time', 'H:i:s T');
}