From f2a06813bcb4fd81e190ce2375ce16807fe2cb54 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 5 Oct 2001 22:44:10 +0000 Subject: - fixed 2 bugs that where introduced by moving the index.php to node_page() in node.module. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 0b7923165..0fb93cbe5 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -400,7 +400,7 @@ function node_feed() { } function node_page() { - global $op, $theme; + global $op, $theme, $meta, $date; if ($op == "feed") { node_feed(); -- cgit v1.2.3