Index: admin_menu.module
=========================================================
--- admin_menu.module	(revision 1.43.2.17.2.11)
+++ admin_menu.module	Thu Jun 18 16:56:49 EDT 2009
@@ -92,7 +92,7 @@
   // Move all items below admin/* into administration menu.
   foreach ($items as $path => $item) {
     if (strpos($path, 'admin') === 0) {
-      if (!isset($item['type'])) {
+      if (!isset($item['type']) || $item['type'] == MENU_NORMAL_ITEM) {
         $items[$path]['menu_name'] = 'admin_menu';
       }
       else {
