You are here

function calendar_update_7002 in Calendar 7.3

Delete calendar_default_view_options(), which was used by the old default view and is no longer used.

File

./calendar.install, line 32
Install, update and uninstall functions for the calendar module.

Code

function calendar_update_7002() {
  variable_del('calendar_default_view_options');
}