summaryrefslogtreecommitdiff
path: root/modules/title.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/title.module')
-rw-r--r--modules/title.module2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/title.module b/modules/title.module
index b2aba20b0..2086c2269 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");