You are here

function system_update_138 in Drupal 5

Same name and namespace in other branches
  1. 4 database/updates.inc \system_update_138()

File

modules/system/system.install, line 1690

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;
}