--- ./drupal-6.2/includes/menu.inc	2008-04-18 14:27:47.000000000 -0700
+++ ./drupal-6.2-core/includes/menu.inc	2008-04-09 14:11:44.000000000 -0700
@@ -1819,9 +1819,8 @@ function _menu_delete_item($item, $force
  *   - router_path The path of the relevant router item.
  */
 function menu_link_save(&$item) {
-
   $menu = menu_router_build();
-  
+
   drupal_alter('menu_link', $item, $menu);
 
   // This is the easiest way to handle the unique internal path '<front>',
@@ -2020,16 +2019,6 @@ function _menu_find_router_path($menu, $
       }
     }
   }
-  
-  /* If path is an alias, then map router path to 'node' */
-  if(empty($router_path)) {
-  	$normal_path = drupal_get_normal_path( $link_path );
-  	if( $normal_path != $link_path ) {
-  		/* An alias exists, so handle the route as a node */
-  		$router_path = 'node';
-  	}
-  }
-  
   return $router_path;
 }
 
@@ -2049,7 +2038,6 @@ function _menu_find_router_path($menu, $
  *   The insert op returns the mlid of the new item. Others op return NULL.
  */
 function menu_link_maintain($module, $op, $link_path, $link_title) {
-
   switch ($op) {
     case 'insert':
       $menu_link = array(
