diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-05-28 20:08:36 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-05-28 20:08:36 +0000 |
commit | 9c8e8f7c2788fa475ff79d5b278be814fab7980c (patch) | |
tree | 3ad8af1a94afbe8e79ad2a6cbb3bebc6d56eafdf /modules | |
parent | 64707e9a859954a70666cb3f36883195f28c1088 (diff) | |
download | brdo-9c8e8f7c2788fa475ff79d5b278be814fab7980c.tar.gz brdo-9c8e8f7c2788fa475ff79d5b278be814fab7980c.tar.bz2 |
- Fixed find-n-replace type in export.module.
(Reported by Kristjan.)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/export.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/export.module b/modules/export.module index b65fa569b..f63f6246c 100644 --- a/modules/export.module +++ b/modules/export.module @@ -39,7 +39,7 @@ function export_export_rss() { print "xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n"; print "xmlns=\"http://purl.org/rss/1.0/\">\n\n"; - print "<channel rdf:about=\"". path_uri() ."export/exportsRSS10.rdf\">\n"; + print "<channel rdf:about=\"". path_uri() ."export.php?headlines.rss\">\n"; print " <title>". variable_get(site_name, "drupal") ."</title>\n"; print " <link>". path_uri() ."</link>\n"; print " <description>". variable_get(site_name, "drupal") ."</description>\n"; |