function agenda_update_6001 in Agenda 6.2
Same name and namespace in other branches
- 6 agenda.install \agenda_update_6001()
File
- ./
agenda.install, line 31 - 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;
}