summaryrefslogtreecommitdiff
path: root/modules/headline.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/headline.module')
-rw-r--r--modules/headline.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/headline.module b/modules/headline.module
index 4234d33ef..e4393195b 100644
--- a/modules/headline.module
+++ b/modules/headline.module
@@ -212,7 +212,7 @@ function headline_export($uri) {
while ($node = db_fetch_object($result)) {
print "<item>\n";
print " <title>". check_export($node->title) ."</title>\n";
- print " <link>". $site_url ."node.php?id=$node->id</link>\n";
+ print " <link>". $site_url ."node.php?id=$node->nid</link>\n";
print "</item>\n";
}