You are here

function system_update_138 in Drupal 4

Same name and namespace in other branches
  1. 5 modules/system/system.install \system_update_138()

File

database/updates.inc, line 580

Code

function system_update_138() {
  $ret = array();

  // duplicate of update_97 which never got into the default database.* files.
  $ret[] = update_sql("INSERT INTO {url_alias} (src, dst) VALUES ('node/feed', 'rss.xml')");
  return $ret;
}