You are here

function weather_update_7207 in Weather 7.3

Same name and namespace in other branches
  1. 7.2 weather.install \weather_update_7207()

Save the weather date format into variables.

File

./weather.install, line 854
Install, update and uninstall functions for the weather module.

Code

function weather_update_7207(&$sandbox) {
  variable_set('date_format_weather', 'F j, Y');
}