You are here

function system_update_1011 in Drupal 5

Related topics

File

modules/system/system.install, line 3358

Code

function system_update_1011() {
  $ret = array();
  $ret[] = update_sql('UPDATE {menu} SET mid = 2 WHERE mid = 0');
  cache_clear_all();
  return $ret;
}