From 13232aba9738f001c91ace7b23061418591303bb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 26 Oct 2006 04:16:34 +0000 Subject: - Patch #88474 by webernet: fixed incorrect commit. --- modules/user/user.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 90219cf12..b8866e193 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -700,8 +700,6 @@ function user_menu($may_cache) { $items[] = array('path' => 'user/login', 'title' => t('log in'), 'callback' => 'drupal_get_form', 'callback arguments' => array('user_login'), 'access' => !$user->uid, 'type' => MENU_DEFAULT_LOCAL_TASK); - $items[] = array('path' => 'user/login', 'title' => t('Log in'), - 'callback' => 'drupal_get_form', 'callback arguments' => array('user_login'), 'access' => TRUE, 'type' => MENU_DEFAULT_LOCAL_TASK); $items[] = array('path' => 'user/register', 'title' => t('Create new account'), 'callback' => 'drupal_get_form', 'callback arguments' => array('user_register'), 'access' => !$user->uid && variable_get('user_register', 1), 'type' => MENU_LOCAL_TASK); $items[] = array('path' => 'user/password', 'title' => t('Request new password'), -- cgit v1.2.3