### Eclipse Workspace Patch 1.0
#P amazon_store
Index: amazon_store.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/amazon_store/amazon_store.module,v
retrieving revision 1.39
diff -u -r1.39 amazon_store.module
--- amazon_store.module	7 Feb 2011 02:41:08 -0000	1.39
+++ amazon_store.module	16 Feb 2011 10:12:36 -0000
@@ -43,10 +43,11 @@
       'title' => 'Your Amazon Cart',
       'type' => MENU_NORMAL_ITEM,
   );
-  $items["$amazon_store_path/item"] = array(
+  $items["$amazon_store_path/item/%"] = array(
       'page callback' => 'amazon_store_item_detail',
+      'page arguments' => array(2),
       'access callback' => TRUE,
-      'type' => MENU_CALLBACK,
+      'type' => MENU_NORMAL_ITEM,
   );
   $items["$amazon_store_path/clear_cache"] = array(
       'page callback' => 'amazon_store_clear_cache',
