From 993f4d2eadcd29221bc8e81f3013b92a6e921bdd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 2 Jun 2001 12:45:00 +0000 Subject: - Took out the -tags from the RSS export code untill we figured out a proper way to make each content type communicate his content for this -tag. I did nothing but remove some dead code. --- modules/export.module | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules') diff --git a/modules/export.module b/modules/export.module index f63f6246c..3464d4222 100644 --- a/modules/export.module +++ b/modules/export.module @@ -63,10 +63,6 @@ function export_export_rss() { print "nid\">\n"; print " ". check_export($node->title) ."\n"; print " ". path_uri() ."node.php?id=$node->nid\n"; - - if ($node->abstract) print " ". check_output($node->abstract, 1) ."\n"; - if ($node->body) print " ". check_output($node->body, 1) ."\n"; - print "\n"; } -- cgit v1.2.3