You are here

function agenda_update_6001 in Agenda 6

Same name and namespace in other branches
  1. 6.2 agenda.install \agenda_update_6001()

File

./agenda.install, line 30
Install, uninstall and scheme functions for the agenda module.

Code

function agenda_update_6001() {
  $updates = array();
  agenda_install();
  db_query("DELETE FROM {variable} WHERE name LIKE 'agenda_%'");
  return $updates;
}