From af7d8ebeed4e2847cae49d1e31cf7af45c1c5eae Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Jul 2001 16:56:44 +0000 Subject: - Various updates, mostly related to our RDF/RSS backend. --- modules/export.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/export.module') diff --git a/modules/export.module b/modules/export.module index 3464d4222..c96ee2d8e 100644 --- a/modules/export.module +++ b/modules/export.module @@ -13,7 +13,7 @@ function export_export_rdf() { print "\n"; print " ". variable_get(site_name, "drupal") ."\n"; print " ". path_uri() ."\n"; - print " ". variable_get(site_name, "drupal") ."\n"; + print " ". variable_get(site_slogan, "") ."\n"; print "\n"; $result = db_query("SELECT * FROM node WHERE promote = '1' AND status = '$status[posted]' ORDER BY timestamp DESC LIMIT 10"); @@ -42,7 +42,7 @@ function export_export_rss() { print "\n"; print " ". variable_get(site_name, "drupal") ."\n"; print " ". path_uri() ."\n"; - print " ". variable_get(site_name, "drupal") ."\n"; + print " ". variable_get(site_slogan, "") ."\n"; print " \n"; print " \n"; -- cgit v1.2.3