You are here

function calendar_update_7000 in Calendar 7.3

Remove D6-style calendar legend block from block table.

File

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

Code

function calendar_update_7000() {

  // Remove the former Calendar legend block, if any.
  db_query("DELETE FROM {block} WHERE module = 'calendar' AND delta = '0'");
}