From 441b63accda0538e7257eebabc9796df06630a80 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 12 Aug 2004 15:12:26 +0000 Subject: Moving all legacy handlers into legacy.module. --- modules/node/node.module | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index f7ccc13f4..f6e7c5869 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -681,12 +681,6 @@ function node_menu() { } } - // Legacy handler for old "node/view/52" paths. - $items[] = array('path' => 'node/view', 'title' => t('view'), - 'callback' => 'node_old_url', - 'access' => user_access('access content'), - 'type' => MENU_CALLBACK); - return $items; } @@ -1435,10 +1429,6 @@ function node_page_default() { return $output; } -function node_old_url($nid = 0) { - drupal_goto("node/$nid"); -} - /** * Menu callback; dispatches control to the appropriate operation handler. */ -- cgit v1.2.3