You are here

function date_api_update_8002 in Date 8

Moves Date API settings from variable to config.

File

date_api/date_api.install, line 45
Install, update and uninstall functions for the date_api module.

Code

function date_api_update_8002() {
  update_variables_to_config('date_api.settings', array(
    'date_api_use_iso8601' => 'iso8601',
  ));
}