system_update_138
- Versions
- 4.7 – 5
system_update_138()
Code
modules/system/system.install, line 1690
<?php
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;
}
?>Login or register to post comments 