You are here

function calendar_update_5001 in Calendar 5.2

Implementation of hook_update().

File

./calendar.install, line 107
Install File

Code

function calendar_update_5001() {
  $ret = array();
  $ret[] = update_sql("UPDATE {system} SET weight = 1 WHERE name = 'calendar'");
  return $ret;
}