From 959cae82224e799e7bf9f5b8efd2fa9877058dca Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 11 Oct 2001 12:25:25 +0000 Subject: - added sequence tables - fixed bug in node_page() - fixed bug in db_result() - fixed rss glitch --- modules/node.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node.module') diff --git a/modules/node.module b/modules/node.module index 0f0573815..bc40e6ba5 100644 --- a/modules/node.module +++ b/modules/node.module @@ -407,7 +407,7 @@ function node_feed() { $output .= "\n"; $output .= "\n"; $output .= "\n"; - $output .= format_rss_channel(variable_get("site_name", "drupal"), path_uri() ."module.php?mod=node&op=feed", variable_get("site_slogan", ""), $items); + $output .= format_rss_channel(variable_get("site_name", "drupal"), path_uri(), variable_get("site_slogan", ""), $items); $output .= "\n"; header("Content-Type: text/xml"); @@ -417,7 +417,7 @@ function node_feed() { } function node_page() { - global $op, $theme; + global $op, $theme, $meta, $date; if ($op == "feed") { node_feed(); -- cgit v1.2.3