- RDF is not RSS so removing that for now.

4.5.x
Dries Buytaert 2004-07-12 07:25:49 +00:00
parent 323d9fe054
commit 71eca36547
1 changed files with 0 additions and 1 deletions

View File

@ -1158,7 +1158,6 @@ function update_93() {
else {
$ret[] = update_sql('ALTER TABLE {url_alias} DROP INDEX src');
}
$ret[] = update_sql("INSERT INTO {url_alias} (src, dst) VALUES ('node/feed', 'index.rdf')");
$ret[] = update_sql("INSERT INTO {url_alias} (src, dst) VALUES ('node/feed', 'rss.xml')");
return $ret;
}