From 3cf82a4eeecca2632bdc0dff5500fe7ff62d6da6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 5 Jun 2003 22:07:09 +0000 Subject: [PATCH] - Bugfix: removed call to dead function. Patch by Al. Bug #1852. --- modules/title.module | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/title.module b/modules/title.module index b2aba20b0bf8..2086c2269e0a 100644 --- a/modules/title.module +++ b/modules/title.module @@ -21,8 +21,6 @@ function title_page() { } else if (db_num_rows($result) == 1) { $node = db_fetch_object($result); - - $node = get_node_from_nid($node->nid); theme("header"); print node_show($node, NULL); theme("footer"); -- GitLab